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