[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