17 lines
345 B
SYSTEMD
17 lines
345 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description = Cron Trytond
|
||
|
|
After = syslog.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart = /opt/kitchen/venv/bin/trytond-cron -c /opt/kitchen/trytond.conf --logconf /opt/kitchen/logging.conf -d kitchen
|
||
|
|
Restart = always
|
||
|
|
KillSignal = SIGQUIT
|
||
|
|
Type = simple
|
||
|
|
StandardError = syslog
|
||
|
|
NotifyAccess = all
|
||
|
|
User=blaz
|
||
|
|
Group=blaz
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy = multi-user.target
|