13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
|
||
|
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
description="Headless unattended setup script (optional)"
|
||
|
name="Headless unattended"
|
||
|
|
||
|
command="/tmp/headless_unattended"
|
||
|
command_background=true
|
||
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||
|
|