Update Service-check.sh

This commit is contained in:
piersonjarvis 2018-11-17 11:00:22 -08:00 committed by GitHub
parent 54642c3234
commit d14ea05f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ wait
service webmin start
service smbd start
service nmbd start
ln -s /data/samba /etc/samba
ln -s /data/webmin /etc/webmin
while true
do
if [[ $(service webmin status) = *stopped* ]]