/lib/systemd/system/downtimed.service is in downtimed 0.6-4.
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=Downtime record keeper
[Service]
EnvironmentFile=-/etc/default/downtimed
ExecStart=/usr/sbin/downtimed $DOWNTIMED_OPTS
ExecReload=/bin/kill -HUP $MAINPID
Type=forking
Restart=on-failure
[Install]
WantedBy=multi-user.target
|