mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
12 lines
222 B
Text
12 lines
222 B
Text
|
[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
|