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

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