Skip to content
Snippets Groups Projects
Commit 5754ec4c authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: daemon name

parent 32e6635c
Branches
No related tags found
No related merge requests found
Pipeline #2429 passed
......@@ -3,7 +3,7 @@ Description=Repair Tool Daemon (Fotothek)
After=network.target
[Service]
ExecStart=/usr/bin/perl -I/usr/lib/perl5 /usr/bin/repair_daemon.pl --sourcedir=/mnt/lza_repair_fotothek/unprocessed/ --targetdir=/mnt/lza_repair_fotothek/processed/ --logdir=/mnt/lza_repair_fotothek/log/ --minwait=65 --minfileage=65 --crashmail="{{ vault_service_files.repair_daemon_fotothek.crashmail }}" --daemonname="Repair-Daemon-DiGAS" --workers 2 --citcfg="{{ vault_service_files.repair_daemon_fotothek.citcfg }}"
ExecStart=/usr/bin/perl -I/usr/lib/perl5 /usr/bin/repair_daemon.pl --sourcedir=/mnt/lza_repair_fotothek/unprocessed/ --targetdir=/mnt/lza_repair_fotothek/processed/ --logdir=/mnt/lza_repair_fotothek/log/ --minwait=65 --minfileage=65 --crashmail="{{ vault_service_files.repair_daemon_fotothek.crashmail }}" --daemonname="Repair-Daemon-Fotothek" --workers 2 --citcfg="{{ vault_service_files.repair_daemon_fotothek.citcfg }}"
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment