mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 05:43:01 +00:00 
			
		
		
		
	 5abfdfda7b
			
		
	
	5abfdfda7b
	
	
	
		
			
			init script: depend on $remote_fs instead of $local_fs. Reason: /usr can be mounted a remote filesystem. Also depend on mpd (instead of $mpd, which doesn't seem to exist.. at least on my system) Also provide a default config (which should be installed as /etc/default/ympd) This commit makes the systemd unit file as well as the init script load values from this configuration file so the user can change ympd settings easily when running it as a service.
		
			
				
	
	
		
			5 lines
		
	
	
		
			64 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			64 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| MPD_HOST=localhost
 | |
| MPD_PORT=6600
 | |
| WEB_PORT=8080
 | |
| YMPD_USER=nobody
 |