2023-08-07 00:30:11 +00:00
|
|
|
#!/bin/sh
|
2023-04-22 20:55:24 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
|
2023-08-07 00:30:11 +00:00
|
|
|
# Minimal OS variable loading for performance
|
|
|
|
. /etc/profile.d/02-distribution
|
2023-04-22 20:55:24 +00:00
|
|
|
|
2023-07-23 13:47:19 +00:00
|
|
|
(
|
|
|
|
### Set up our controller variables.
|
|
|
|
tocon "Configuring controller..."
|
|
|
|
/usr/bin/mkcontroller
|
|
|
|
) &
|