From 3aaca97ca7dd06294006fb49ef183be73deb9ab1 Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Sat, 2 Jul 2022 03:30:37 +0000 Subject: [PATCH] use generic github action --- etc/systemd/system/ghrunner.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/systemd/system/ghrunner.service b/etc/systemd/system/ghrunner.service index 2a1443d..983bfee 100644 --- a/etc/systemd/system/ghrunner.service +++ b/etc/systemd/system/ghrunner.service @@ -2,8 +2,8 @@ Description=GitHub Action Runner (nutra-server) [deploy-dev] [Service] -User=sanic -WorkingDirectory=/home/sanic/actions-runner +User=github +WorkingDirectory=/home/github/actions-runner ExecStart=/bin/bash run.sh Restart=always Environment="NTSERV_PSQL_PASSWORD=REDACTED" -- 2.52.0