[Unit] Description=RDP Gateway Service After=network.target StartLimitBurst=5 StartLimitInterval=10s [Service] Type=simple User=root ExecStart=/usr/bin/rdpgw -c /etc/rdpgw/rdpgw.yaml Restart=on-failure Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target