* Wed Apr 17 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.7-2.sme
- adding systemd service file and run config [SME: 12538] remove scriptlet for sysvinit, leave integrator enabling service
This commit is contained in:
18
ulogd.service
Normal file
18
ulogd.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
|
Reference in New Issue
Block a user