Files
tryton-helpers/system/trytond-also60prod.uwsgi.service
Blaž Bregar efd53e6c49 Add Trytond configuration and scripts for deployment
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.
2025-12-24 17:05:10 +01:00

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