17 lines
279 B
SYSTEMD
17 lines
279 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description = uWSGI Trytond
|
||
|
|
After = syslog.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart = /usr/bin/uwsgi --ini /opt/kitchen/uwsgi.ini
|
||
|
|
Restart = always
|
||
|
|
KillSignal = SIGQUIT
|
||
|
|
Type = notify
|
||
|
|
StandardError = syslog
|
||
|
|
NotifyAccess = all
|
||
|
|
User=blaz
|
||
|
|
Group=blaz
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy = multi-user.target
|