gentoo-overlay/app-admin/admincd-autoinstall/files/init.d.autoinstall-r1

13 lines
306 B
Plaintext
Raw Normal View History

2020-06-04 20:54:46 +03:00
#!/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() {
2020-06-05 13:48:48 +03:00
after net sshd
2020-06-04 20:54:46 +03:00
}