diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:18 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ad11eda5ec30fc79e5e9cef4219d93a151af4f88 (patch) | |
tree | c94cc8330f9f697374674412dd03266bc10cb296 /media-sound/forked-daapd | |
parent | media-sound/ezstream: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ad11eda5ec30fc79e5e9cef4219d93a151af4f88.tar.gz gentoo-ad11eda5ec30fc79e5e9cef4219d93a151af4f88.tar.bz2 gentoo-ad11eda5ec30fc79e5e9cef4219d93a151af4f88.zip |
media-sound/forked-daapd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-sound/forked-daapd')
-rw-r--r-- | media-sound/forked-daapd/files/daapd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/forked-daapd/files/daapd.initd b/media-sound/forked-daapd/files/daapd.initd index cc3c8e8d6e6e..7854bd4cc40e 100644 --- a/media-sound/forked-daapd/files/daapd.initd +++ b/media-sound/forked-daapd/files/daapd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Override in /etc/conf.d/daapd LOG_LEVEL=${LOG_LEVEL:-2} |