mirror of
https://github.com/stevenhowes/dorset-binformation.git
synced 2026-05-26 15:53:28 +01:00
17 lines
474 B
Desktop File
17 lines
474 B
Desktop File
[Unit]
|
|
Description=Dorset Binformation Server
|
|
ConditionPathExists=/opt/dorset-binformation/dorset-binformation
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
User=dorset-binformation
|
|
Group=dorset-binformation
|
|
WorkingDirectory=/opt/dorset-binformation/
|
|
ExecStart=/opt/dorset-binformation/dorset-binformation --port localhost:8998
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=dorset-binformation
|
|
[Install]
|
|
WantedBy=multi-user.target |