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

This commit is contained in:
Anton Midyukov 2023-11-09 11:25:05 +07:00
parent 3fa6c0359f
commit 1ea2322010

View File

@ -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