media-tv/tvheadend: Change init script to non-fatal "use net"
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 2 Sep 2018 11:10:43 +0000 (12:10 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 2 Sep 2018 11:43:07 +0000 (12:43 +0100)
We don't want network failure to cause missed recordings.

Closes: https://bugs.gentoo.org/633774
Package-Manager: Portage-2.3.48, Repoman-2.3.10

media-tv/tvheadend/files/tvheadend.initd

index 27956ccb234b8f266e2f7b37e43ab504e8626dfb..dc3bed76f299cdf1e7d4dc80b15cb1ae1fb5c3ad 100644 (file)
@@ -1,7 +1,7 @@
 #!/sbin/openrc-run
 
 depend() {
-       need net
+       use net
 }
 
 start() {