summaryrefslogtreecommitdiffstats
path: root/abs/extra/webmin/webmin.service
blob: 1eea3d8c25417e626b466717689f69c2010e89a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Webmin

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/webmin/start
ExecStop=/etc/webmin/stop
ExecReload=/etc/webmin/reload

[Install]
WantedBy=multi-user.target