summaryrefslogtreecommitdiff
path: root/pcr/trytond/trytond.service
blob: 853d45fcf33921de72a31bcb7eb3509e0a8e9098 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Tryton Server Daemon

[Service]
Type=simple
User=tryton
ExecStart=/usr/bin/trytond -c /etc/trytond.conf

[Install]
WantedBy=multi-user.target