blob: 2ce4506f60d76b0d4d9cc7007d44a7bf26a5cbed (
plain)
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
|