1[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
16