Toastie 9 months ago
parent
commit
675cebd588
1 changed files with 6 additions and 0 deletions
  1. 6 0
      install-service.sh

+ 6 - 0
install-service.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cp container-startup.service /etc/systemd/system/
+systemctl enable container-startup.service
+systemctl start  container-startup.service
+systemctl status container-startup.service