1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-15 04:28:08 -04:00
gophernicus/gophernicus@.service

11 lines
245 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Gophernicus gopher server
[Service]
EnvironmentFile=-/etc/default/gophernicus
EnvironmentFile=-/etc/sysconfig/gophernicus
ExecStart=/usr/sbin/in.gophernicus -h %H $OPTIONS
SuccessExitStatus=1
StandardInput=socket
User=nobody