Skip to content

Commit 1e3dea4

Browse files
committed
Merge pull request #14 from phmongeau/master
make service environment file optional
2 parents 25d54f6 + 5659a1a commit 1e3dea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ympd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires=network.target local-fs.target
66
Environment=MPD_HOST=localhost
77
Environment=MPD_PORT=6600
88
Environment=WEB_PORT=8080
9-
EnvironmentFile=/etc/conf.d/ympd
9+
EnvironmentFile=-/etc/conf.d/ympd
1010
ExecStart=/usr/bin/ympd -h $MPD_HOST -p $MPD_PORT -w $WEB_PORT
1111
Type=simple
1212

0 commit comments

Comments
 (0)