systemd-sysv-install.SKELETON revision 0f0467e63b0e0688ae9edb1512c1a2637d62ddb4
0N/A# SysV init.d script. It needs to call the distribution's mechanism for 0N/A# can optionally take a --root argument for enabling a SysV init script 0N/A# in a chroot or similar. 0N/A echo "Usage: $0 [--root=path] enable|disable|is-enabled <sysv script name>" >&2 0N/A --)
shift ;
break ;;
0N/A # call the command to enable SysV init script $NAME here 0N/A # (consider optional $ROOT) 0N/A # call the command to disable SysV init script $NAME here 0N/A # (consider optional $ROOT) 0N/A # exit with 0 if $NAME is enabled, non-zero if it is disabled 0N/A # (consider optional $ROOT)