Toastie 9 ヶ月 前
コミット
675cebd588
1 ファイル変更6 行追加0 行削除
  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