added crond and customd

This commit is contained in:
Jaroslav Kysela
2015-05-23 20:46:08 +02:00
parent b30e9fb713
commit 24557a666c
4 changed files with 39 additions and 1 deletions

11
fs-add/etc/init.d/customd Executable file
View 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