mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 14:47:18 +08:00
12 lines
214 B
Plaintext
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
|