14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
[Unit]
|
|
Description=Gitea Actions runner
|
|
Documentation=https://gitea.com/gitea/act_runner
|
|
|
|
[Service]
|
|
ExecStart=
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
WorkingDirectory=
|
|
TimeoutSec=0
|
|
RestartSec=10
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target |