summarylogtreecommitdiffstats
path: root/amuled.systemd
diff options
context:
space:
mode:
authorTommy Jerry Mairo2016-09-08 22:18:57 -0700
committerTommy Jerry Mairo2016-09-08 22:18:57 -0700
commit89c7bc2a5673a72a810738ed62fc045aa1ddc46c (patch)
tree2d78d69e28b9613a9013b8f63b8b96722c5ea5bb /amuled.systemd
parent62f1216e804abd3712b421687e3efb32fc36aa10 (diff)
downloadaur-89c7bc2a5673a72a810738ed62fc045aa1ddc46c.tar.gz
Add supervisor
Diffstat (limited to 'amuled.systemd')
-rw-r--r--amuled.systemd2
1 files changed, 2 insertions, 0 deletions
diff --git a/amuled.systemd b/amuled.systemd
index e1878dfd9759..f3392b9331bb 100644
--- a/amuled.systemd
+++ b/amuled.systemd
@@ -5,6 +5,8 @@ After=network.target
# This assumes that a user 'amule' exists, with a writeable home directory
[Service]
User=amule
+Restart=always
+RestartSec=30
ExecStart=/usr/bin/amuled
[Install]