1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-01 04:14:15 -04:00
gophernicus/init/gophernicus@.service.in

11 lines
217 B
SYSTEMD
Raw Normal View History

2021-01-02 20:09:34 -05:00
[Unit]
Description=Gophernicus gopher server
[Service]
EnvironmentFile=-@DEFAULT@/gophernicus
EnvironmentFile=-@SYSCONFIG@/gophernicus
ExecStart=@BINARY@ $OPTIONS
SuccessExitStatus=1
StandardInput=socket
User=nobody