git/Drone/drone-runner-exec/drone-runner-exec.service
Georg 58f01ad6ef
Init
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-12 21:37:51 +02:00

15 lines
288 B
Desktop File

[Unit]
Description=Drone Exec Runner
[Service]
User=drone
Group=drone
StartLimitInterval=5
StartLimitBurst=10
ExecStart=/opt/drone/bin/drone-runner-exec "service" "run" "--config" "/opt/drone/.drone-runner-exec/config"
Restart=always
RestartSec=120
[Install]
WantedBy=multi-user.target