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