summaryrefslogtreecommitdiffstats
path: root/Drone/drone-runner-exec/drone-runner-exec.service
diff options
context:
space:
mode:
Diffstat (limited to 'Drone/drone-runner-exec/drone-runner-exec.service')
-rw-r--r--Drone/drone-runner-exec/drone-runner-exec.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/Drone/drone-runner-exec/drone-runner-exec.service b/Drone/drone-runner-exec/drone-runner-exec.service
new file mode 100644
index 0000000..8c8607f
--- /dev/null
+++ b/Drone/drone-runner-exec/drone-runner-exec.service
@@ -0,0 +1,14 @@
+[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