This commit introduces essential files and scripts for setting up a Trytond environment, including configuration, logging, systemd services, NGINX, and utility scripts for managing Trytond.
17 lines
279 B
Desktop File
17 lines
279 B
Desktop File
[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
|