Skip to content

Commit

Permalink
openrc-run: Disable cgroups for user services due to lack of permissi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
navi-desu committed Sep 21, 2024
1 parent 7da33fb commit e4d019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/openrc-run.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sourcex "@LIBEXECDIR@/sh/functions.sh"
sourcex "@LIBEXECDIR@/sh/rc-functions.sh"
case $RC_SYS in
PREFIX|SYSTEMD-NSPAWN) ;;
*) sourcex -e "@LIBEXECDIR@/sh/rc-cgroup.sh";;
*) yesno "$RC_USER_SERVICES" || sourcex -e "@LIBEXECDIR@/sh/rc-cgroup.sh";;
esac

# Support LiveCD foo
Expand Down

0 comments on commit e4d019c

Please sign in to comment.