diff options
Diffstat (limited to 'pcr/trytond/trytond.service')
-rw-r--r-- | pcr/trytond/trytond.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/trytond/trytond.service b/pcr/trytond/trytond.service new file mode 100644 index 000000000..7d85691b3 --- /dev/null +++ b/pcr/trytond/trytond.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tryton Server Daemon + +[Service] +Type=simple +User=tryton +ExecStart=/usr/bin/trytond + +[Install] +WantedBy=multi-user.target |