mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
13 lines
231 B
Text
13 lines
231 B
Text
[Unit]
|
|
Description=uWSGI Service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps-enabled/admin-console.ini
|
|
Restart=always
|
|
RestartSec=5
|
|
KillSignal=SIGQUIT
|
|
Type=notify
|
|
NotifyAccess=all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|