mirror of https://github.com/tteck/Proxmox.git
Update podman_ha_setup.sh
This commit is contained in:
parent
6b4fc08adc
commit
7b818bb7c8
|
@ -68,6 +68,10 @@ ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,3840
|
|||
EOF
|
||||
systemctl daemon-reload
|
||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||
podman generate systemd \
|
||||
--new --name homeassistant \
|
||||
> /etc/systemd/system/homeassistant.service
|
||||
systemctl enable homeassistant &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
|
||||
rm -rf /podman_ha_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in New Issue