Skip to content

Commit

Permalink
Merge pull request #306 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
AkihiroSuda authored Sep 15, 2023
2 parents 4f81b6e + acdf3aa commit 0747b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sudo loginctl enable-linger $(whoami)
```bash
sudo mkdir -p /etc/systemd/system/[email protected]

cat <<EOF | sudo tee /etc/systemd/system/[email protected]/delegate.conf
sudo tee /etc/systemd/system/[email protected]/delegate.conf <<EOF >/dev/null
[Service]
Delegate=cpu cpuset io memory pids
EOF
Expand All @@ -63,7 +63,7 @@ sudo systemctl restart systemd-modules-load.service

- sysctl:
```
cat tee /etc/sysctl.d/99-usernetes.conf <<EOF >/dev/null
sudo tee /etc/sysctl.d/99-usernetes.conf <<EOF >/dev/null
net.ipv4.conf.default.rp_filter = 2
EOF
Expand Down

0 comments on commit 0747b8d

Please sign in to comment.