15 lines
258 B
Desktop File
15 lines
258 B
Desktop File
[Unit]
|
|
Description=Drone
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/drone-server
|
|
RestartSec=2
|
|
Restart=on-failure
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=drone-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|