You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
F4KXL_DStarGateway/debian/dstargateway.service

18 lines
392 B

[Unit]
Description=D-STAR Gateway Daemon
After=network.target,network-online.target
Wants=network-online.target
[Service]
User=dstar
Type=simple
ExecStartPre=/bin/bash -c 'until host google.com; do sleep 1; done'
ExecStart=/usr/local/bin/dstargateway %CFG_DIR%/dstargateway.cfg
Restart=on-failure
RestartSec=5
StartLimitIntervalSec=60
StartLimitBurst=0
[Install]
WantedBy=multi-user.target

Powered by TurnKey Linux.