summarylogtreecommitdiffstats
path: root/amuleweb.service
blob: c143bc78586ad3164f31f272288dd6b2678abb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Amule Adunanza 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