/lib/systemd/system/mod-gearman-worker.service is in mod-gearman-worker 1.5.5-1build4.
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=Mod Gearman worker
[Service]
User=nagios
Restart=always
ExecStart=/usr/sbin/mod_gearman_worker --config=/etc/mod-gearman/worker.conf
StandardOutput=syslog
[Install]
WantedBy=multi-user.target
|