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