diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-15 23:32:41 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-15 23:32:41 +0100 |
commit | fbb3b3ca4b5d00635a83376bfabbdfa4dedb1694 (patch) | |
tree | 6c102d5702b299cc7cf199331ec149f00062bf2b /debian/taler-auditor.taler-helper-auditor-deposits.service | |
parent | 150e0ed551209484e6f5955dd6e7511e09d66a72 (diff) |
split taler-config into taler-exchange-config and taler-merchant-config; separate resource files cleanly between taler-exchange and taler-merchantHEADmaster
Diffstat (limited to 'debian/taler-auditor.taler-helper-auditor-deposits.service')
-rw-r--r-- | debian/taler-auditor.taler-helper-auditor-deposits.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/taler-auditor.taler-helper-auditor-deposits.service b/debian/taler-auditor.taler-helper-auditor-deposits.service index e474314cf..c68682ab7 100644 --- a/debian/taler-auditor.taler-helper-auditor-deposits.service +++ b/debian/taler-auditor.taler-helper-auditor-deposits.service @@ -9,7 +9,7 @@ Type=simple Restart=always
RestartSec=1s
RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-helper-auditor-deposits -c /etc/taler/taler.conf -L INFO
+ExecStart=/usr/bin/taler-helper-auditor-deposits -c /etc/taler-auditor/taler-auditor.conf -L INFO
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
|