mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
14 lines
232 B
SYSTEMD
14 lines
232 B
SYSTEMD
|
[Unit]
|
||
|
Description=uWSGI Service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps-enabled/captiveportal.ini
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
KillSignal=SIGQUIT
|
||
|
Type=notify
|
||
|
NotifyAccess=all
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|