update init script and systemd service file
authorJason Pleau <jason@jpleau.ca>
Fri, 1 May 2015 21:11:15 +0000 (17:11 -0400)
committerJason Pleau <jason@jpleau.ca>
Fri, 1 May 2015 21:14:21 +0000 (17:14 -0400)
commit5abfdfda7b2c9fac25dd2db7115a3796a15c8eb9
treec47624da7725f1b62ef613b0f07e5283c29740fc
parent3ef53f3cc20c031c39dc015c937ab07a567e1f0b
update init script and systemd service file

init script: depend on $remote_fs instead of $local_fs. Reason: /usr can
be mounted a remote filesystem. Also depend on mpd (instead of $mpd,
which doesn't seem to exist.. at least on my system)

Also provide a default config (which should be installed as
/etc/default/ympd)

This commit makes the systemd unit file as well as the init script load
values from this configuration file so the user can change ympd settings
easily when running it as a service.
contrib/init.debian
contrib/ympd.default [new file with mode: 0644]
contrib/ympd.service