From e1ebc0dd95e5833ac38ab4c30da996c39b917c15 Mon Sep 17 00:00:00 2001 From: memoryleakno1 Date: Tue, 8 Aug 2017 10:09:42 +0200 Subject: [PATCH] Removed --user from scrs function --- plugins/available/systemd.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/available/systemd.plugin.bash b/plugins/available/systemd.plugin.bash index a68cc984..54204467 100644 --- a/plugins/available/systemd.plugin.bash +++ b/plugins/available/systemd.plugin.bash @@ -9,7 +9,7 @@ about-plugin 'SystemD helper functions' # Requires admin priviledge. scrs(){ if [ $# -eq 0 ]; then - systemctl --user daemon-reload + systemctl daemon-reload else echo "Stopping $1.service ..." systemctl stop "$1.service"