aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-13 17:23:01 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-13 17:23:09 +0200
commit7c13a4f0641e6d515da9c87bbb684272236d4251 (patch)
tree70a913e9991441e48449df1b0d8691e710bcb2b1
parent104681198e5779d7cf0f180d5cfb160748361d21 (diff)
downloadrbsd-7c13a4f0641e6d515da9c87bbb684272236d4251.tar.gz
Start Apache at boot
-rw-r--r--etc/rc.conf2
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