update autoinstall ebuild init script

This commit is contained in:
2020-06-05 13:48:48 +03:00
parent a38139bc11
commit 4c9e37570d

View File

@@ -8,5 +8,5 @@ command=/usr/sbin/run-autoinstall.sh
command_args="${autoinstall_args}"
depend() {
need net
after net sshd
}