From 755fa98b327411b5dfc3341ef4a14c5a5746c208 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 04 Jun 2014 10:39:51 -0400 Subject: /etc/init.d/rc.local: New service init script. --- (limited to 'src.etc') diff --git a/src.etc/init.d/rc.local b/src.etc/init.d/rc.local new file mode 100755 index 0000000..167ebdc --- /dev/null +++ b/src.etc/init.d/rc.local @@ -0,0 +1,10 @@ +#!/bin/sh /etc/rc.common + +START='90' + +start() +{ + [ -x /etc/rc.local ] || return 0 + log 'Running local boot scripts' + /etc/rc.local +} -- cgit v0.9.1