13 lines
199 B
SYSTEMD
13 lines
199 B
SYSTEMD
[Unit]
|
|
Description=hamloggerd
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=@srv_rundir@/hamloggerd.pid
|
|
ExecStart=@prefix@/sbin/hamloggerd
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|