Commit 1ea23220 authored by Anton Midyukov's avatar Anton Midyukov

services: clear unneeded option --user for systemctl (need --global only)

parent 3fa6c035
......@@ -51,7 +51,7 @@ for i in $GLOBAL_SYSTEMD_SERVICES_MASK; do switch $i mask; done
for i in $GLOBAL_SYSTEMD_SERVICES_UNMASK; do switch $i unmask; done
## systemd-logind services
SYSTEMD_USER='--user --global'
SYSTEMD_USER='--global'
# defaults
for i in $GLOBAL_DEFAULT_SYSTEMD_USER_SERVICES_ENABLE; do switch $i on; done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment