summaryrefslogtreecommitdiffstats
path: root/Drone/drone-runner-exec/drone-runner-exec.service
blob: 8c8607ff71cc69d9337a20b502db21ab2a64e792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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