* Wed Apr 17 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme

- move ulogd.service and tmpfile.d to service package [SME: 12538]
This commit is contained in:
2024-04-17 21:46:30 -04:00
parent b685ed4719
commit 6dcb503d88
3 changed files with 5 additions and 20 deletions

View File

@@ -1,17 +0,0 @@
[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

View File

@@ -1 +0,0 @@
d /run/ulog 2755 ulog ulog