distribution/packages/jelos/sources/autostart/common/008-hostname
2022-07-30 08:22:53 -04:00

8 lines
198 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
HOSTNAME=$(get_setting system.hostname)
hostname ${HOSTNAME}