Browse Source

fixed typo

admin 1 year ago
parent
commit
a27b77c6bf
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -3,9 +3,9 @@
 `startup.sh` starts/stops/pulls all containers expected to run on the current host.
 The script expects a list of absolut paths to docker-compose.yml files in /opt/docker/startup/conf/$HOSTNAME.
 
-`container-startups.service` is a oneshot systemd service which runs `startup.sh up`.
+`container-startup.service` is a oneshot systemd service which runs `startup.sh up`.
 To install the service run:
 ```
-cp container-startups.service /etc/systemd/system/
-systemctl enable container-startups.service
+cp container-startup.service /etc/systemd/system/
+systemctl enable container-startup.service
 ```