mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 15:52:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			288 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			288 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Piler daemon
 | 
						|
After=network.target mariadb.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/sbin/piler -d
 | 
						|
PIDFile=/var/run/piler/piler.pid
 | 
						|
KillMode=process
 | 
						|
Restart=on-failure
 | 
						|
RestartPreventExitStatus=255
 | 
						|
Type=forking
 | 
						|
User=root
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
Alias=piler.service
 |