diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-09 16:07:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-09 16:07:43 +0200 |
commit | e2e46d2bb990cadab12dc1e8852eb9ab69fe6d66 (patch) | |
tree | bc1508af51148324cb298167150ce7a51fc2071a /debian/systemd | |
parent | 819a9ab222da57d6064a7cc9ad3e2c9ff0ef2f82 (diff) |
New Maintainer
Diffstat (limited to 'debian/systemd')
-rw-r--r-- | debian/systemd/downtimed.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/systemd/downtimed.service b/debian/systemd/downtimed.service new file mode 100644 index 0000000..41ff8c3 --- /dev/null +++ b/debian/systemd/downtimed.service @@ -0,0 +1,13 @@ +[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 +Alias=downtimed.service |