From: Philippe Mongeau Date: Wed, 23 Apr 2014 14:47:25 +0000 (-0400) Subject: make service environment file optional X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=5659a1a86d89749cda21e1daed11ddb84b9f0ce8;p=ympd.git make service environment file optional --- diff --git a/contrib/ympd.service b/contrib/ympd.service index e374728..5d44c17 100644 --- a/contrib/ympd.service +++ b/contrib/ympd.service @@ -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