added crond and customd
This commit is contained in:
11
fs-add/etc/init.d/customd
Executable file
11
fs-add/etc/init.d/customd
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
test -r /etc/sysconfig/config && . /etc/sysconfig/config
|
||||
|
||||
if test "$CUSTOMD" != "yes"; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test -x "${CUSTOMD}" ; then
|
||||
. "${CUSTOMD}"
|
||||
fi
|
Reference in New Issue
Block a user