From 7869df43d6fd88ece4de7d0672e4e590767cf1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 4 Jun 2016 23:20:38 +0200 Subject: Imported Upstream version 1.0 --- startup-scripts/downtimed.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 startup-scripts/downtimed.service (limited to 'startup-scripts/downtimed.service') diff --git a/startup-scripts/downtimed.service b/startup-scripts/downtimed.service new file mode 100644 index 0000000..dd24a91 --- /dev/null +++ b/startup-scripts/downtimed.service @@ -0,0 +1,12 @@ +[Unit] +Description=Downtime record keeper + +[Service] +EnvironmentFile=-/etc/default/downtimed +ExecStart=/usr/local/sbin/downtimed -F $DOWNTIMED_OPTS +ExecReload=/bin/kill -HUP $MAINPID +Type=simple +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3