mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Run Aminda's crontab boot tasks for when there is no cron
 | 
						|
 | 
						|
[Timer]
 | 
						|
OnBootSec=0
 | 
						|
# User services
 | 
						|
#OnStartupSec=5
 | 
						|
Persistent=true
 | 
						|
# There is no need to stay loaded after the boot and first run.
 | 
						|
RemainAfterElapse=false
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target
 |