/lib/systemd/system/oddjobd.service is in oddjob 0.34.3-2.
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 | [Unit]
Description=privileged operations for unprivileged applications
After=syslog.target network.target dbus.service
[Service]
Type=simple
PIDFile=/var/run/oddjobd.pid
ExecStart=/usr/sbin/oddjobd -n -p /var/run/oddjobd.pid -t 300
[Install]
WantedBy=multi-user.target
|