arch-pkgs/drone/systemd.service

14 lines
215 B
SYSTEMD
Raw Normal View History

2021-08-25 01:14:27 +00:00
[Unit]
Description=Drone
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/bin/drone-server
RestartSec=5
2021-08-25 01:14:27 +00:00
Restart=on-failure
SyslogIdentifier=drone-server
[Install]
WantedBy=multi-user.target