19 lines
344 B
SYSTEMD
19 lines
344 B
SYSTEMD
|
[Unit]
|
||
|
Description=Netfilter Userspace Logging Daemon
|
||
|
Before=masq.service
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
Restart=always
|
||
|
TimeoutSec=0
|
||
|
Type=forking
|
||
|
|
||
|
PIDFile=/run/ulog/ulogd.pid
|
||
|
ExecStart=/usr/sbin/ulogd --daemon --uid ulog --pidfile /run/ulog/ulogd.pid
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sme-server.target multi-user.target
|
||
|
|