Browse Source

renamed startup service

toastie89 1 year ago
parent
commit
e150e6b04a
2 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md
  2. 0 0
      container-startup.service

+ 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/$HOSTNAME.
 
-`startup-containers.service` is a oneshot systemd service which runs `startup.sh up`.
+`container-startups.service` is a oneshot systemd service which runs `startup.sh up`.
 To install the service run:
 ```
-cp startup-containers.service /etc/systemd/system/
-systemctl enable startup-containers.service
+cp container-startups.service /etc/systemd/system/
+systemctl enable container-startups.service
 ```

startup-containers.service → container-startup.service