diff options
author | makefu <github@syntax-fehler.de> | 2013-01-07 06:03:06 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-07 06:03:06 +0700 |
commit | e5f3025a1aba220f6f2aa838ae317568fdec4e67 (patch) | |
tree | e805b0a67ff2a18e6fb02886324345a79775d8f7 /minikrebs/profiles/camkrebs_quickcam/customfiles/etc/rc.local | |
parent | bb899884f88136e2d6684b4ee4c0021e18408167 (diff) |
camkrebs_quickcam: derive from krebs
Diffstat (limited to 'minikrebs/profiles/camkrebs_quickcam/customfiles/etc/rc.local')
-rw-r--r-- | minikrebs/profiles/camkrebs_quickcam/customfiles/etc/rc.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minikrebs/profiles/camkrebs_quickcam/customfiles/etc/rc.local b/minikrebs/profiles/camkrebs_quickcam/customfiles/etc/rc.local new file mode 100644 index 00000000..3526e76f --- /dev/null +++ b/minikrebs/profiles/camkrebs_quickcam/customfiles/etc/rc.local @@ -0,0 +1,3 @@ +[ ! -e /etc/hostid ] && /usr/bin/genhostid +[ ! -e /etc/tinc/retiolum ] && /usr/bin/autoinfest & +exit 0 |