xref: /openbsd-src/etc/examples/rc.securelevel (revision 55450612fe40f873ad179d06028133da9c21884f)
1*55450612Sajacoutot#!/bin/sh
2*55450612Sajacoutot#
3*55450612Sajacoutot# $OpenBSD: rc.securelevel,v 1.3 2014/07/14 10:15:33 ajacoutot Exp $
4e6e1e079Sderaadt#
5e6e1e079Sderaadt# site-specific startup actions, daemons, and other things which
6e6e1e079Sderaadt# can be done BEFORE your system goes into securemode.  For actions
7e6e1e079Sderaadt# which should be done AFTER your system has gone into securemode
8*55450612Sajacoutot# please see /etc/rc.local.
9*55450612Sajacoutot#
10