From 262a1b94fd4e1ec344b4aed3710819e6d7302c3e Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Wed, 17 May 2006 12:15:08 +0000 Subject: [PATCH] Added dependencies to RC script. --- ethercat.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ethercat.sh b/ethercat.sh index 30e7585a..e03f6da4 100755 --- a/ethercat.sh +++ b/ethercat.sh @@ -27,10 +27,10 @@ ### BEGIN INIT INFO # Provides: EtherCAT -# Required-Start: -# Should-Start: -# Required-Stop: -# Should-Stop: +# Required-Start: $local_fs $syslog $network +# Should-Start: $time +# Required-Stop: $local_fs $syslog $network +# Should-Stop: $time # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: EtherCAT master driver and network device -- GitLab