Browse Source

added start and satus for the service

Toastie 1 year ago
parent
commit
aace2ee4bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -11,4 +11,6 @@ cp services.conf.template services.conf
 # add absolute paths to your docker-compose.yml files
 cp container-startup.service /etc/systemd/system/
 systemctl enable container-startup.service
+systemctl start  container-startup.service
+systemctl status container-startup.service
 ```