- 26 Oct, 2015 1 commit
-
-
Ad Schellevis authored
-
- 30 Jul, 2015 1 commit
-
-
Ad Schellevis authored
for example, if squid needs some directories to exists before initial run after boot, it could set this in /etc/rc.d.conf/squid squid_opnsense_bootup_run="/usr/local/opnsense/scripts/proxy/setup.sh" which effectively results in setup.sh being started followed by the normal service squid start disadvantage of this, both the service template and the rc system needed to be aware of the setup. advantage, all services which don't need special preperation are configured as they would be on normal FreeBSD
-
- 29 Jun, 2015 1 commit
-
-
Franco Fichtner authored
-
- 20 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 01 Apr, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 31 Mar, 2015 2 commits
-
-
Franco Fichtner authored
-
https://github.com/opnsense/core/issues/94Ad Schellevis authored
uses a more standard approach to startup daemons via the rc.d system. To enable, place a file for your service in /etc/rc.conf.d/ and set the enable variable to YES ( for example squid_enable=YES )
-