mirror of
				https://github.com/CISOfy/lynis.git
				synced 2025-10-31 11:25:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			657 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			657 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| #################################################################################
 | |
| #
 | |
| # Lynis service file for systemd
 | |
| #
 | |
| #################################################################################
 | |
| #
 | |
| # - Adjust path to link to location where Lynis binary is installed
 | |
| # - Place this file together with the timer file in systemd directory
 | |
| # - Run: systemctl enable lynis.service
 | |
| #
 | |
| #################################################################################
 | |
| 
 | |
| [Unit]
 | |
| Description=Lynis security audit and vulnerability scan
 | |
| 
 | |
| [Service]
 | |
| Nice=19
 | |
| IOSchedulingClass=best-effort
 | |
| IOSchedulingPriority=7
 | |
| Type=simple
 | |
| ExecStart=/path/to/lynis -c --cronjob
 | |
| 
 | |
| #EOF
 |