taler-exchange-offline.taler-exchange-offline.timer (574B)
1 # This file is in the public domain. 2 # 3 # Note that this timer is deliberately NOT active 4 # by default as it is ONLY applicable if the 5 # taler-exchange-offline tool is run on the *online* 6 # service and not actually offline. It is provided 7 # for convenience in setups that do not use offline 8 # signing. You may need to adjust the 9 # taler-exchange-offline.service file before using it! 10 [Unit] 11 Description=taler-exchange-offline maintenance 12 Documentation=man:taler-exchange-offline(1) 13 14 [Timer] 15 OnCalendar=daily 16 AccuracySec=12h 17 Persistent=true 18 19 [Install] 20 WantedBy=timers.target