16 lines
352 B
Desktop File
16 lines
352 B
Desktop File
[Unit]
|
|
Description=uWSGI Emperor Service
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/uwsgi
|
|
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi.ini --pidfile /run/uwsgi/uwsgi.pid --stats /run/uwsgi/stats.sock
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillSignal=SIGINT
|
|
Restart=always
|
|
Type=notify
|
|
NotifyAccess=all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|