There was an error while loading. Please reload this page.
1 parent 0476ef7 commit 63865caCopy full SHA for 63865ca
1 file changed
bash/ss-functions.txt
@@ -1678,9 +1678,9 @@ function ss_reload {
1678
command systemctl reload "$1".service
1679
}
1680
1681
-## ss_restart ##
+## ss_restart (suppress "Restarting" messages) ##
1682
function ss_restart {
1683
- command /etc/init.d/"$1" restart
+ command /etc/init.d/"$1" restart > /dev/null
1684
1685
1686
## ss_rm ##
0 commit comments