Skip to content

Commit

Permalink
Update the name of the systemd unit files
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Jan 12, 2022
1 parent 8564360 commit 298b6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To install, on a Linux system that uses systemd, and already has Docker Engine i
mkdir -p /usr/local/bin
install -o root -g root -m 0755 bin/cri-dockerd /usr/local/bin/cri-dockerd
cp -a packaging/systemd/* /etc/systemd/system
sed -i -e 's,/usr/bin/cri-dockerd,/usr/local/bin/cri-dockerd,' /etc/systemd/system/cri-dockerd.service
sed -i -e 's,/usr/bin/cri-dockerd,/usr/local/bin/cri-dockerd,' /etc/systemd/system/cri-docker.service
systemctl daemon-reload
systemctl enable cri-dockerd.service
systemctl enable --now cri-dockerd.socket
systemctl enable cri-docker.service
systemctl enable --now cri-docker.socket
```

0 comments on commit 298b6e7

Please sign in to comment.