blob: e1878dfd9759beec59a3b5e1cae3675c82436883 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|