distribution/packages/virtual/emulators/autostart/001-controller
2023-08-11 22:17:56 +00:00

12 lines
304 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
# Minimal OS variable loading for performance
. /etc/profile.d/02-distribution
(
### Set up our controller variables.
tocon "Configuring controller..."
/usr/bin/mkcontroller
) &