mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-10 12:27:55 -05:00
15 lines
232 B
Desktop File
15 lines
232 B
Desktop File
[Unit]
|
|
Description=openNDS Captive Portal
|
|
After=network.target
|
|
StartLimitIntervalSec=10
|
|
StartLimitBurst=10
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/opennds -b
|
|
Restart=on-failure
|
|
RestartSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|