mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-30 02:14:34 +01:00
Update podman-homeassistant-install.sh
This commit is contained in:
parent
5b4b6fc1bf
commit
d3bc246994
@ -110,6 +110,16 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||
msg_ok "Customized Container"
|
||||
fi
|
||||
|
||||
podman generate systemd \
|
||||
--new --name homeassistant \
|
||||
> /etc/systemd/system/homeassistant.service
|
||||
systemctl enable homeassistant &>/dev/null
|
||||
|
||||
podman generate systemd \
|
||||
--new --name yacht \
|
||||
> /etc/systemd/system/yacht.service
|
||||
systemctl enable yacht &>/dev/null
|
||||
|
||||
msg_info "Cleaning up"
|
||||
apt-get autoremove >/dev/null
|
||||
apt-get autoclean >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user