repo.or.cz
/
arch-community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[arch-community.git]
/
uwsgi
/
trunk
/
emperor.uwsgi.service
blob
e338afc2471ddbade670a2f3af204eaa9424fc36
1
[Unit]
2
Description=uWSGI Emperor
3
After=syslog.target
4
5
[Service]
6
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/emperor.ini
7
ExecReload=/bin/kill -HUP $MAINPID
8
ExecStop=/bin/kill -INT $MAINPID
9
Restart=always
10
Type=notify
11
NotifyAccess=all
12
KillSignal=SIGQUIT
13
14
[Install]
15
WantedBy=multi-user.target