summaryrefslogtreecommitdiff
path: root/debian/systemd/downtimed.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/systemd/downtimed.service')
-rw-r--r--debian/systemd/downtimed.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/systemd/downtimed.service b/debian/systemd/downtimed.service
deleted file mode 100644
index 4cb2be8..0000000
--- a/debian/systemd/downtimed.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Dowmtimed server
-After=network.target
-
-[Service]
-EnvironmentFile=-/etc/default/downtimed
-ExecStart=/usr/sbin/downtimed -D $DOWNTIMED_OPTS
-KillMode=process
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target