11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
[Unit]
|
|
Description=Rollback AWOOOI non-110 Gitea runner to inactive
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/systemctl stop awoooi-non110-runner.service
|
|
ExecStart=/bin/systemctl disable awoooi-non110-runner.service
|
|
ExecStart=/bin/systemctl reset-failed awoooi-non110-runner.service
|
|
ExecStart=/bin/rm -f /run/awoooi-non110-runner-enabled
|
|
RemainAfterExit=no
|