mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
[Unit]
|
|
Description=aMule Webserver
|
|
Requires=amuled.service
|
|
|
|
[Service]
|
|
User=amule
|
|
ExecStart=/usr/bin/amuleweb --quiet
|
|
# If amuled still starting then amuleweb exits, restart until amuleweb is up
|
|
Restart=on-success
|
|
RestartSec=3s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|