aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Williams2019-11-30 22:42:24 +1300
committerSamuel Williams2019-11-30 22:42:24 +1300
commit673c5b1b4fea5e383db07b0c57b5d05ef3c30b63 (patch)
tree1bdcef51ac46b6ce040cb853d8003eee1df76d1d
parent45492fda4e16f4406f22bec2852d46ab19bfc69a (diff)
downloadaur-673c5b1b4fea5e383db07b0c57b5d05ef3c30b63.tar.gz
Fix service file.
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rw-r--r--github-actions.service4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f4f8a2d9b8..221e49b3b3af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-actions
pkgdesc = GitHub Actions self-hosted runner tools.
pkgver = 2.161.0
- pkgrel = 3
+ pkgrel = 4
url = https://help.github.com/en/actions
install = PKGBUILD
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 551f4fb74c2c..0f88ad901ac7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=github-actions
pkgver=2.161.0
-pkgrel=3
+pkgrel=4
pkgdesc='GitHub Actions self-hosted runner tools.'
arch=('x86_64')
url='https://help.github.com/en/actions'
diff --git a/github-actions.service b/github-actions.service
index aecf162dda95..20cecad7b732 100644
--- a/github-actions.service
+++ b/github-actions.service
@@ -3,9 +3,9 @@ Description=GitHub Actions Listener Daemon
[Service]
User=github-actions
-WorkingDirectory=~
+WorkingDirectory=/opt/github-actions
Type=exec
-ExecStart=./run.sh
+ExecStart=/opt/github-actions/run.sh
[Install]
WantedBy=multi-user.target