gtk/amule/amuled.systemd

12 lines
214 B
Plaintext
Raw Normal View History

2014-02-25 04:36:25 +08:00
[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