Projekt

Allgemein

Profil

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

[Service]
Type=forking
ExecStart=/opt/kivitendo/scripts/task_server.pl start
ExecStop=/opt/kivitendo/scripts/task_server.pl stop
Restart=always
Requires=postgresql.service
After=postgresql.service

[Install]
WantedBy=multi-user.target