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

chore: translated comments

parent 31f3d24b
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,11 @@ Documentation={{ vault_stichprobe_docu_url }} ...@@ -5,11 +5,11 @@ Documentation={{ vault_stichprobe_docu_url }}
[Timer] [Timer]
#Run every day (daily ==> *-*-* 00:00:00) #Run every day (daily ==> *-*-* 00:00:00)
#OnCalendar=daily #OnCalendar=daily
#Um Rosetta nicht zu überlasten (4h ==> 14400s) #Prevent Rosetta stress (4h ==> 14400s)
#RandomizedDelaySec=14400 #RandomizedDelaySec=14400
# run every x minutes/hours/days # run every x minutes/hours/days
OnUnitActiveSec={{ item.value.timer_interval }} OnUnitActiveSec={{ item.value.timer_interval }}
#Weckt das System aus dem supend mode #Wake system from suspend mode
WakeSystem=true WakeSystem=true
#When activated, it triggers the service immediately if it missed the last start time, for example due to the system being powered off #When activated, it triggers the service immediately if it missed the last start time, for example due to the system being powered off
Persistent=true Persistent=true
...@@ -18,5 +18,5 @@ Unit=stichprobe-{{ item.value.institute_name }}-daily-report.service ...@@ -18,5 +18,5 @@ Unit=stichprobe-{{ item.value.institute_name }}-daily-report.service
[Install] [Install]
#is requires to activate the timer permanently #is requires to activate the timer permanently
#Bei der ersten Initialisierung der Timer-Unit wird ein symbolischen Link von /etc/systemd/system/basic.target.wants angelegt #on first init a symbolic link of /etc/systemd/system/basic.target.wants will be created
WantedBy=default.target WantedBy=default.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment