13 lines
245 B
Desktop File
13 lines
245 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Samhain @MODE_NAME@ Daemon
|
||
|
|
After=syslog.target network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=forking
|
||
|
|
RemainAfterExit=yes
|
||
|
|
ExecStart=@LIBDIR@/@SAMHAIN_HELPER@ start
|
||
|
|
ExecStop=@LIBDIR@/@SAMHAIN_HELPER@ stop
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|