From f3dd82b3fa0284435d77587a874f06790aca45e7 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Sat, 3 Nov 2012 18:14:16 +0100 Subject: Fix boot dependencies in initscript inoticoming lies in /usr/bin so it needs $remote_fs and not $local_fs. --- files/inoticoming.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/inoticoming.init b/files/inoticoming.init index 3c14d83..aa5c9bb 100755 --- a/files/inoticoming.init +++ b/files/inoticoming.init @@ -4,8 +4,8 @@ # ### BEGIN INIT INFO # Provides: reprepro -# Required-Start: $local_fs $syslog -# Required-Stop: $local_fs $syslog +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Reprepro startup script for inoticoming support -- cgit v1.2.3