Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster 41ed6d8df9
Update clean-lxcs.sh
tweak
2023-05-13 14:09:34 -04:00
tteckster c542221883
Update homeassistant-core-install.sh
update `homeassistant.service`
2023-05-13 10:02:02 -04:00
2 changed files with 1 additions and 1 deletions

View File

@ -91,6 +91,7 @@ After=network-online.target
Type=simple
WorkingDirectory=/root/.homeassistant
ExecStart=/srv/homeassistant/bin/hass -c "/root/.homeassistant"
Restart=always
RestartForceExitStatus=100
[Install]
WantedBy=multi-user.target

View File

@ -24,7 +24,6 @@ CM='\xE2\x9C\x94\033'
GN=$(echo "\033[1;92m")
CL=$(echo "\033[m")
header_info
echo -e "\n ${RD} USE AT YOUR OWN RISK. Deleting logs/cache may result in some apps/services broken!${CL} \n"
while true; do
read -p "This Will Clean logs, cache and update apt lists on all LXC Containers. Proceed(y/n)?" yn
case $yn in