This reverts commit 10b32d19fc.
yeah eh. no. i need to change deps so this doesn't work.
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=The PHP FastCGI Process Manager
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=notify
 | 
						|
PIDFile=/run/php-fpm/php-fpm-%I.pid
 | 
						|
ExecStart=/usr/libexec/php-fpm-launcher php%I -y /etc/php/fpm-php%I/php-fpm.conf --nodaemonize
 | 
						|
ExecReload=/bin/kill -USR2 $MAINPID
 | 
						|
PrivateTmp=true
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
 |