summarylogtreecommitdiffstats
path: root/amuled.systemd
blob: f3392b9331bb50a110c21d7c4bbc0eb049be0f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=aMule Daemon
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]
WantedBy=multi-user.target