mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
11 lines
217 B
SYSTEMD
11 lines
217 B
SYSTEMD
|
[Unit]
|
||
|
Description=Gophernicus gopher server
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-@DEFAULT@/gophernicus
|
||
|
EnvironmentFile=-@SYSCONFIG@/gophernicus
|
||
|
ExecStart=@BINARY@ $OPTIONS
|
||
|
SuccessExitStatus=1
|
||
|
StandardInput=socket
|
||
|
User=nobody
|