diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-13 17:23:01 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-13 17:23:09 +0200 |
commit | 7c13a4f0641e6d515da9c87bbb684272236d4251 (patch) | |
tree | 70a913e9991441e48449df1b0d8691e710bcb2b1 | |
parent | 104681198e5779d7cf0f180d5cfb160748361d21 (diff) | |
download | rbsd-7c13a4f0641e6d515da9c87bbb684272236d4251.tar.gz |
Start Apache at boot
-rw-r--r-- | etc/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 87d7c4e..6395a99 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -22,6 +22,7 @@ rc_configured=YES # dhcpcd=YES dhcpcd_flags="-qM xennet0" +hostname=rbsd.ankarstrom.se npf=YES sshd=YES ntpd=YES @@ -29,3 +30,4 @@ ntpdate=YES cgd=NO raidframe=NO wscons=YES +apache=YES |