diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 22:39:07 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 22:39:07 -0200 |
commit | 7e67cfd42b5e333fe2bb3086e2ad490129437176 (patch) | |
tree | c7d5f7bd4400c5036f555cbeba9f270edd2f62f6 /pcr/trytond/trytond.service | |
parent | 0dfd5c7b96811934d690ef3084820e7abfc5e879 (diff) |
gnuhealth-1.8.0-1: updating version and dependencies
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 |