fenrir/autostart/systemd/fenrir.service

12 lines
146 B
SYSTEMD
Raw Normal View History

2016-07-05 05:27:31 -04:00
[Unit]
Description=fenrir
#After=
[Service]
ExecStart=path_to_executable
Type=forking
PIDFile=path_to_pidfile
[Install]
WantedBy=default.target