13 lines
311 B
Plaintext
Executable File
13 lines
311 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
# Copyright 2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
name="autoinstall daemon"
|
|
description="Unattended installation support for Admin CD"
|
|
command=/usr/sbin/run-autoinstall.sh
|
|
command_args="${autoinstall_args}"
|
|
|
|
depend() {
|
|
after net sshd dbus
|
|
}
|