summaryrefslogtreecommitdiffstats
path: root/system/webmin/reload.new
blob: a345c0c1ee5813fc9e60bca17f876255aaf06974 (plain)
#!/bin/sh
echo Reloading Webmin server in /usr/libexec/webmin
pidfile=`grep "^pidfile=" /etc/webmin/miniserv.conf | sed -e 's/pidfile=//g'`
kill -USR1 `cat $pidfile`