14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Go Manager Cron Service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| User=root
 | |
| Group=root
 | |
| ExecStart=/usr/local/bin/gomanager cron
 | |
| WorkingDirectory=/var/lib/gomanager
 | |
| PrivateTmp=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |