Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Webmin Admin Tool | ||||
3 | Requires=local-fs.target | ||||
4 | After=basic.target | ||||
5 | Conflicts=shutdown.target | ||||
6 | |||||
7 | [Service] | ||||
8 | Type=oneshot | ||||
9 | RemainAfterExit=yes | ||||
10 | ExecStart=@SYSCONFDIR@/webmin/start | ||||
11 | ExecStop=@SYSCONFDIR@/webmin/stop | ||||
12 | ExecReload=@SYSCONFDIR@/webmin/reload | ||||
13 | |||||
14 | [Install] | ||||
15 | WantedBy=multi-user.target |