Merge pull request #14 from phmongeau/master

make service environment file optional
This commit is contained in:
Andy 2014-04-23 17:31:05 +02:00
commit 1e3dea473c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Requires=network.target local-fs.target
Environment=MPD_HOST=localhost
Environment=MPD_PORT=6600
Environment=WEB_PORT=8080
EnvironmentFile=/etc/conf.d/ympd
EnvironmentFile=-/etc/conf.d/ympd
ExecStart=/usr/bin/ympd -h $MPD_HOST -p $MPD_PORT -w $WEB_PORT
Type=simple