mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 05:43:01 +00:00 
			
		
		
		
	Allow the sytemd unit to read a configuration file
This commit is contained in:
		| @@ -3,7 +3,11 @@ Description=ympd server daemon | |||||||
| Requires=network.target local-fs.target | Requires=network.target local-fs.target | ||||||
|  |  | ||||||
| [Service] | [Service] | ||||||
| ExecStart=/usr/bin/ympd | Environment=MPD_HOST=localhost | ||||||
|  | Environment=MPD_PORT=6600 | ||||||
|  | Environment=WEB_PORT=8080 | ||||||
|  | EnvironmentFile=/etc/conf.d/ympd | ||||||
|  | ExecStart=/usr/bin/ympd -h $MPD_HOST -p $MPD_PORT  -w $WEB_PORT | ||||||
| Type=simple | Type=simple | ||||||
|  |  | ||||||
| [Install] | [Install] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Marc Plano-Lesay
					Marc Plano-Lesay