trytond.service 168 B

1234567891011
  1. [Unit]
  2. Description=Tryton Server Daemon
  3. [Service]
  4. Type=simple
  5. User=tryton
  6. ExecStart=/usr/bin/trytond -c /etc/tryton/trytond.conf
  7. [Install]
  8. WantedBy=multi-user.target