mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	optimized variable names
This commit is contained in:
		@@ -4,4 +4,4 @@ OnFailure=systemd-notifier@%n.service
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=oneshot
 | 
			
		||||
ExecStart=/bin/bash {{disc_space_check_folder}}health-disc-space.sh {{size_percent_disc_space_warning}}
 | 
			
		||||
ExecStart=/bin/bash {{health_disc_space_folder}}health-disc-space.sh {{size_percent_disc_space_warning}}
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
Description=starts health-disc-space.service
 | 
			
		||||
 | 
			
		||||
[Timer]
 | 
			
		||||
OnCalendar={{on_calendar_disc_space_check}}
 | 
			
		||||
OnCalendar={{on_calendar_health_disc_space}}
 | 
			
		||||
RandomizedDelaySec={{randomized_delay_sec}}
 | 
			
		||||
Persistent=true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user