mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
captive_portal service must run as root
This commit is contained in:
parent
74fb19864f
commit
5674675ef9
2 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ After=syslog.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=iiab-admin
|
||||
Group=iiab-admin
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/opt/iiab/captive-portal
|
||||
ExecStart=/opt/iiab/captive-portal/captive_portal.py
|
||||
StandardOutput=syslog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue