Jean-Philippe Pialasse
e6c0fb68f4
- adding systemd service file and run config [SME: 12538] remove scriptlet for sysvinit, leave integrator enabling service
19 lines
344 B
Desktop File
19 lines
344 B
Desktop File
[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
|
|
|