summarylogtreecommitdiffstats
path: root/github-actions.service
blob: 09ff85fdf736022ff8d9c77b68034fd2e262cb29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=GitHub Actions Listener Daemon

[Service]
User=github-actions
WorkingDirectory=~
Type=exec
ExecStart=/var/lib/github-actions/externals/node20/bin/node bin/RunnerService.js
KillMode=process
KillSignal=SIGINT
TimeoutStopSec=5min

[Install]
WantedBy=multi-user.target