#!/sbin/sh # # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. # . /lib/svc/share/smf_include.sh if [ -x /lib/svc/bin/svc.periodicd ]; then /lib/svc/bin/svc.periodicd & else exit 1 fi exit $SMF_EXIT_OK