mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
12 lines
No EOL
222 B
Django/Jinja
12 lines
No EOL
222 B
Django/Jinja
[Unit]
|
|
Description=NoDogSplash Captive Portal
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/nodogsplash -d 5 $OPTIONS
|
|
ExecStop=/usr/bin/ndsctl stop
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |