Projekt

Allgemein

Profil

Herunterladen (494 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
b3298009 Moritz Bunkus
[Unit]
Description=kivitendo background jobs server
c09671ad Moritz Bunkus
Requires=postgresql.service
After=postgresql.service
b3298009 Moritz Bunkus
[Service]
Type=forking
c09671ad Moritz Bunkus
# Change the user to the one your web server runs as.
User=www-data
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
c09671ad Moritz Bunkus
ProtectSystem=full
ProtectHome=yes
PrivateTmp=yes
b3298009 Moritz Bunkus
[Install]
WantedBy=multi-user.target