This commit is contained in:
2024-03-10 15:34:52 +01:00
parent 894e09ab0c
commit 64775066d6
5 changed files with 68 additions and 0 deletions

13
host.service Normal file
View File

@ -0,0 +1,13 @@
# 2024-03-04
[Unit]
Description=VM define env (host)NAME
Before=docker.service
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c 'echo "NAME=$(cat /etc/hostname)" > /etc/env/host'
ExecStart=/usr/bin/bash -c 'NAME=$(cat /etc/hostname) && echo "TITLE=$(tr \'[:lower:]\' \'[:upper:]\' <<< ${NAME:0:1})${NAME:1}" >> /etc/env/host'
[Install]
WantedBy=multi-user.target