update autoinstall script

This commit is contained in:
2020-06-05 18:53:24 +03:00
parent d87f0c1e3c
commit a8d3890ca5
2 changed files with 2 additions and 2 deletions

View File

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