/lib/systemd/system/ulogd2.service is in ulogd2 2.0.5-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | [Unit]
Description=Netfilter Userspace Logging Daemon
Documentation=man:ulogd(8)
[Service]
Type=forking
PIDFile=/run/ulog/ulogd.pid
ExecStart=/usr/sbin/ulogd --daemon --uid ulog --pidfile /run/ulog/ulogd.pid
[Install]
Alias=ulogd.service
WantedBy=multi-user.target
|