Add systemd units to run actions and homelab

This commit is contained in:
2025-09-24 23:03:40 -05:00
parent b66697d924
commit 2bf9ef29ac
2 changed files with 36 additions and 0 deletions

16
act_runner.service Normal file
View File

@@ -0,0 +1,16 @@
[Unit]
Description=Gitea Actions runner
Documentation=https://gitea.com/gitea/act_runner
After=docker.service
[Service]
ExecStart=/usr/bin/act_runner daemon --config /home/matthew/homelab/host-runner.yaml
ExecReload=/bin/kill -s HUP $MAINPID
WorkingDirectory=/home/matthew/act_runner
TimeoutSec=0
RestartSec=10
Restart=always
User=matthew
[Install]
WantedBy=multi-user.target