mirror of
https://git.digitalstudium.com/digitalstudium/gitea
synced 2023-12-29 08:06:35 +00:00
13 lines
223 B
SYSTEMD
13 lines
223 B
SYSTEMD
|
[Unit]
|
||
|
Description=Act Runner for Gitea
|
||
|
|
||
|
[Service]
|
||
|
User=ubuntu
|
||
|
WorkingDirectory=/home/ubuntu/gitea
|
||
|
ExecStart=/usr/local/bin/act_runner daemon
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|