From: nutra-bot Date: Mon, 27 Jun 2022 07:53:25 +0000 (+0000) Subject: track ghrunner.service X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=5711efd120f56c31e284855a3144233b92b63617;p=nutratech%2Fvps-root.git track ghrunner.service --- diff --git a/etc/systemd/system/ghrunner.service b/etc/systemd/system/ghrunner.service new file mode 100644 index 0000000..1ee0430 --- /dev/null +++ b/etc/systemd/system/ghrunner.service @@ -0,0 +1,12 @@ +[Unit] +Description=GitHub Action Runner + +[Service] +User=shane +WorkingDirectory=/home/shane/actions-runner +ExecStart=/bin/bash run.sh +Restart=always + +[Install] +WantedBy=multi-user.target +