Projekt

Allgemein

Profil

Herunterladen (376 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
b3298009 Moritz Bunkus
[Unit]
Description=kivitendo background jobs server

[Service]
Type=forking
22462327 Moritz Bunkus
# Change these two to point to the kivitendo "task_server.pl" location.
ExecStart=/var/www/kivitendo-erp/scripts/task_server.pl start
ExecStop=/var/www/kivitendo-erp/scripts/task_server.pl stop
b3298009 Moritz Bunkus
Restart=always
Requires=postgresql.service
After=postgresql.service

[Install]
WantedBy=multi-user.target