summarylogtreecommitdiffstats
path: root/amuled.systemd
diff options
context:
space:
mode:
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]