mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
15 lines
275 B
Text
15 lines
275 B
Text
[Unit]
|
|
Description=Captive portal
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/opt/iiab/captive-portal
|
|
ExecStart=/opt/iiab/captive-portal/capture-wsgi.py -l
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|