Skip to content
Snippets Groups Projects
Commit 740a26ed authored by Bob Mottram's avatar Bob Mottram
Browse files

Use systemd restart

parent a9efd5bc
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,6 @@ else
echo "SIP user $MY_USERNAME added"
fi
service sipwitch restart
systemctl restart sipwitch
exit 0
......@@ -99,7 +99,7 @@ fi
remove_sip_user
service sipwitch restart
systemctl restart sipwitch
echo "SIP user $MY_USERNAME removed"
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment