summarylogtreecommitdiffstats
path: root/drone.service
blob: aa68cd9385c9e9a362fb7e8038db661dd3c367ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Drone Continuous Integration platform server
After=network.target

[Service]
User=drone
Type=simple
EnvironmentFile=/etc/drone/server
ExecStart=/usr/bin/drone-server
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=on-failure
KillSignal=SIGINT
LimitNOFILE=8192
PrivateDevices=yes

[Install]
WantedBy=multi-user.target