va-tryton/trytond/trytond.service

11 lines
170 B
SYSTEMD
Raw Permalink Normal View History

2024-08-04 19:51:27 +02:00
[Unit]
Description=Tryton Server Daemon
[Service]
Type=simple
User=trytond
ExecStart=/usr/bin/trytond -c /etc/trytond/trytond.conf
[Install]
WantedBy=multi-user.target