summarylogtreecommitdiffstats
path: root/amuleweb.systemd
blob: 1799f4ae88c09e9a577e4d6845e42ebe1175535d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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