add unfinished systemd file
This commit is contained in:
parent
7022eecc31
commit
46ad3284a2
11
autostart/systemd/fenrir.service
Normal file
11
autostart/systemd/fenrir.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=fenrir
|
||||
#After=
|
||||
|
||||
[Service]
|
||||
ExecStart=path_to_executable
|
||||
Type=forking
|
||||
PIDFile=path_to_pidfile
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user