summarylogtreecommitdiffstats
path: root/amuled.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'amuled.systemd')
-rw-r--r--amuled.systemd11
1 files changed, 11 insertions, 0 deletions
diff --git a/amuled.systemd b/amuled.systemd
new file mode 100644
index 000000000000..e1878dfd9759
--- /dev/null
+++ b/amuled.systemd
@@ -0,0 +1,11 @@
+[Unit]
+Description=aMule Daemon
+After=network.target
+
+# This assumes that a user 'amule' exists, with a writeable home directory
+[Service]
+User=amule
+ExecStart=/usr/bin/amuled
+
+[Install]
+WantedBy=multi-user.target