16 lines
		
	
	
		
			294 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			294 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| # /etc/systemd/system/rc-local.service
 | |
| [Unit]
 | |
|  Description=/etc/rc.local Compatibility
 | |
|  ConditionPathExists=/etc/rc.local
 | |
| 
 | |
| [Service]
 | |
|  Type=forking
 | |
|  ExecStart=/etc/rc.local start
 | |
|  TimeoutSec=0
 | |
|  StandardOutput=tty
 | |
|  RemainAfterExit=yes
 | |
|  SysVStartPriority=99
 | |
| 
 | |
| [Install]
 | |
|  WantedBy=multi-user.target
 |