Skip to content

Commit

Permalink
Without delegate.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Feb 18, 2024
1 parent f943b27 commit 28caae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
- name: Use Docker in rootless mode.
uses: ScribeMD/rootless-docker@0.2.2
- run: docker run --rm busybox mount
- run: docker run --rm -v /sys/fs/cgroup:/sys/fs/cgroup busybox mount
- run: sudo mkdir -p /etc/systemd/system/user@.service.d
- run: ( echo '[Service]' ; echo 'Delegate=cpu cpuset io memory pids' ) | sudo tee /etc/systemd/system/user@.service.d/delegate.conf
- run: sudo systemctl daemon-reload
Expand Down

0 comments on commit 28caae9

Please sign in to comment.