mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	added digest option to contrib files
This commit is contained in:
		| @@ -24,6 +24,7 @@ YMPD_USER=nobody | |||||||
| MPD_HOST=localhost | MPD_HOST=localhost | ||||||
| MPD_PORT=6600 | MPD_PORT=6600 | ||||||
| WEB_PORT=8080 | WEB_PORT=8080 | ||||||
|  | #DIGEST=--digest /path/to/htdigest | ||||||
|  |  | ||||||
|  |  | ||||||
| # Exit if the package is not installed | # Exit if the package is not installed | ||||||
| @@ -35,7 +36,7 @@ WEB_PORT=8080 | |||||||
| # Load the VERBOSE setting and other rcS variables | # Load the VERBOSE setting and other rcS variables | ||||||
| [ -f /etc/default/rcS ] && . /etc/default/rcS | [ -f /etc/default/rcS ] && . /etc/default/rcS | ||||||
|  |  | ||||||
| DAEMON_OPT="--user $YMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT" | DAEMON_OPT="--user $YMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT $DIGEST" | ||||||
|  |  | ||||||
| do_start() | do_start() | ||||||
| { | { | ||||||
|   | |||||||
| @@ -2,3 +2,4 @@ MPD_HOST=localhost | |||||||
| MPD_PORT=6600 | MPD_PORT=6600 | ||||||
| WEB_PORT=8080 | WEB_PORT=8080 | ||||||
| YMPD_USER=nobody | YMPD_USER=nobody | ||||||
|  | #DIGEST=--digest /path/to/htdigest | ||||||
|   | |||||||
| @@ -7,8 +7,9 @@ Environment=MPD_HOST=localhost | |||||||
| Environment=MPD_PORT=6600 | Environment=MPD_PORT=6600 | ||||||
| Environment=WEB_PORT=8080 | Environment=WEB_PORT=8080 | ||||||
| Environment=YMPD_USER=nobody | Environment=YMPD_USER=nobody | ||||||
|  | Environment=DIGEST= | ||||||
| EnvironmentFile=/etc/default/ympd | EnvironmentFile=/etc/default/ympd | ||||||
| ExecStart=/usr/bin/ympd --user $YMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT | ExecStart=/usr/bin/ympd --user $YMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT $DIGEST | ||||||
| Type=simple | Type=simple | ||||||
|  |  | ||||||
| [Install] | [Install] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SuperBFG7
					SuperBFG7