summarylogtreecommitdiffstats
path: root/amuled.systemd
blob: e4ac5713b9b772eede51f5639b0bf5caab880e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target