summarylogtreecommitdiffstats
path: root/github-actions.service
blob: 298440f309211b33496017d0ad644c6222870f31 (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/node16/bin/node bin/RunnerService.js
KillMode=process
KillSignal=SIGINT
TimeoutStopSec=5min

[Install]
WantedBy=multi-user.target