From 5659a1a86d89749cda21e1daed11ddb84b9f0ce8 Mon Sep 17 00:00:00 2001 From: Philippe Mongeau Date: Wed, 23 Apr 2014 10:47:25 -0400 Subject: [PATCH] make service environment file optional --- contrib/ympd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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