remove hardcoding of system.conf path in various service calls

This commit is contained in:
David van Moolenbroek
2010-09-10 09:22:22 +00:00
parent 6b902492ae
commit d29833c5aa
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
if [ $# -gt 0 ]
then ARGS="-args $@"
fi
/bin/service up /sbin/readclock.drv -config /etc/system.conf -period 5HZ -script /etc/rs.single $ARGS
/bin/service up /sbin/readclock.drv -period 5HZ -script /etc/rs.single $ARGS