Created
November 1, 2022 19:43
-
-
Save sirodoht/f5d539a977c6a372c42e6693aebc7124 to your computer and use it in GitHub Desktop.
uWSGI systemd entry for Ubuntu 20.04 — /etc/systemd/system/emperor.uwsgi.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=uWSGI Emperor service | |
After=syslog.target | |
[Service] | |
ExecStart=/usr/local/bin/uwsgi --ini /etc/uwsgi/emperor.ini | |
Restart=always | |
KillSignal=SIGQUIT | |
Type=notify | |
NotifyAccess=all | |
RuntimeDirectory=uwsgi | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment