gtk/amule/amuled.systemd
2014-02-24 21:36:25 +01:00

12 lines
214 B
Plaintext

[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