diff options
author | 2016-10-06 19:32:23 +0000 | |
---|---|---|
committer | 2016-10-06 19:32:23 +0000 | |
commit | 5f35002e2c3e4a551559b24a9a33253ba89106fd (patch) | |
tree | 82a552440d32013c443c329f6f4e597745deac6d | |
parent | Remove redundant comments that say a function must be called at (diff) | |
download | wireguard-openbsd-5f35002e2c3e4a551559b24a9a33253ba89106fd.tar.xz wireguard-openbsd-5f35002e2c3e4a551559b24a9a33253ba89106fd.zip |
Move vmd down as VMs might need the host's dhcpd, httpd etc. on startup.
OK mlarkin@ deraadt@
-rw-r--r-- | etc/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.487 2016/09/27 20:18:34 rpe Exp $ +# $OpenBSD: rc,v 1.488 2016/10/06 19:32:23 reyk Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -527,7 +527,7 @@ echo 'preserving editor files.'; /usr/libexec/vi.recover run_upgrade_script sysmerge echo -n 'starting network daemons:' -start_daemon ldomd vmd sshd snmpd ldpd ripd ospfd ospf6d bgpd ifstated +start_daemon ldomd sshd snmpd ldpd ripd ospfd ospf6d bgpd ifstated start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd eigrpd if ifconfig lo0 inet6 >/dev/null 2>&1; then @@ -538,7 +538,7 @@ fi start_daemon hostapd lpd smtpd slowcgi httpd ftpd start_daemon ftpproxy ftpproxy6 tftpd tftpproxy identd inetd rarpd bootparamd -start_daemon rbootd mopd spamd spamlogd sndiod +start_daemon rbootd mopd vmd spamd spamlogd sndiod echo '.' # If rc.firsttime exists, run it just once, and make sure it is deleted. |