From 90c8181068943d21bc71f308d3458850f432556d Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 6 Feb 2023 07:21:36 -0500 Subject: [PATCH] ExecStart= --- install/adguard-v5-install.sh | 1 + install/audiobookshelf-v5-install.sh | 1 + install/autobrr-v5-install.sh | 1 + install/blocky-v5-install.sh | 1 + install/casaos-v5-install.sh | 1 + install/changedetection-v5-install.sh | 1 + install/cronicle-v5-install.sh | 1 + install/daemonsync-v5-install.sh | 1 + install/dashy-v5-install.sh | 1 + install/debian-v5-install.sh | 1 + install/deconz-v5-install.sh | 1 + install/deluge-v5-install.sh | 1 + install/docker-v5-install.sh | 1 + install/emby-v5-install.sh | 1 + install/emqx-v5-install.sh | 1 + install/esphome-v5-install.sh | 1 + install/grafana-v5-install.sh | 1 + install/grocy-v5-install.sh | 1 + install/heimdalldashboard-v5-install.sh | 1 + install/homeassistant-core-v5-install.sh | 1 + install/homeassistant-v5-install.sh | 1 + install/homebridge-v5-install.sh | 1 + install/homepage-v5-install.sh | 1 + install/homer-v5-install.sh | 1 + install/hyperion-v5-install.sh | 1 + install/influxdb-v5-install.sh | 1 + install/iobroker-v5-install.sh | 1 + install/jellyfin-v5-install.sh | 1 + install/k0s-v5-install.sh | 1 + install/kavita-v5-install.sh | 1 + install/keycloak-v5-install.sh | 1 + install/lidarr-v5-install.sh | 1 + install/magicmirror-v5-install.sh | 1 + install/mariadb-v5-install.sh | 1 + install/meshcentral-v5-install.sh | 1 + install/motioneye-v5-install.sh | 1 + install/mqtt-v5-install.sh | 1 + install/n8n-v5-install.sh | 1 + install/navidrome-v5-install.sh | 1 + install/nextcloudpi-v5-install.sh | 1 + install/nginxproxymanager-v5-install.sh | 1 + install/nocodb-v5-install.sh | 1 + install/node-red-v5-install.sh | 1 + install/omada-v5-install.sh | 1 + install/omv-v5-install.sh | 1 + install/openhab-v5-install.sh | 1 + install/paperless-ngx-v5-install.sh | 1 + install/photoprism-v5-install.sh | 1 + install/pihole-v5-install.sh | 1 + install/plex-v5-install.sh | 1 + install/podman-homeassistant-v5-install.sh | 1 + install/podman-v5-install.sh | 1 + install/postgresql-v5-install.sh | 1 + install/prometheus-v5-install.sh | 1 + install/prowlarr-v5-install.sh | 1 + install/radarr-v5-install.sh | 1 + install/readarr-v5-install.sh | 1 + install/sabnzbd-v5-install.sh | 1 + install/scrypted-v5-install.sh | 1 + install/shinobi-v5-install.sh | 1 + install/sonarr-v5-install.sh | 1 + install/syncthing-v5-install.sh | 1 + install/tdarr-v5-install.sh | 1 + install/technitiumdns-v5-install.sh | 1 + install/transmission-v5-install.sh | 1 + install/trilium-v5-install.sh | 1 + install/ubuntu-v5-install.sh | 1 + install/umbrel-v5-install.sh | 1 + install/unifi-v5-install.sh | 1 + install/uptimekuma-v5-install.sh | 1 + install/vaultwarden-v5-install.sh | 1 + install/whisparr-v5-install.sh | 1 + install/whoogle-v5-install.sh | 1 + install/wikijs-v5-install.sh | 1 + install/wireguard-v5-install.sh | 1 + install/yunohost-v5-install.sh | 1 + install/zigbee2mqtt-v5-install.sh | 1 + install/zwave-js-ui-v5-install.sh | 1 + 78 files changed, 78 insertions(+) diff --git a/install/adguard-v5-install.sh b/install/adguard-v5-install.sh index f74aff8a..f461b11a 100644 --- a/install/adguard-v5-install.sh +++ b/install/adguard-v5-install.sh @@ -100,6 +100,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/audiobookshelf-v5-install.sh b/install/audiobookshelf-v5-install.sh index fa613457..dfd25b7b 100644 --- a/install/audiobookshelf-v5-install.sh +++ b/install/audiobookshelf-v5-install.sh @@ -98,6 +98,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/autobrr-v5-install.sh b/install/autobrr-v5-install.sh index 05db01a7..b123e31a 100644 --- a/install/autobrr-v5-install.sh +++ b/install/autobrr-v5-install.sh @@ -119,6 +119,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/blocky-v5-install.sh b/install/blocky-v5-install.sh index 388f6874..a4af471d 100644 --- a/install/blocky-v5-install.sh +++ b/install/blocky-v5-install.sh @@ -352,6 +352,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/casaos-v5-install.sh b/install/casaos-v5-install.sh index 2a22198e..a77b3b45 100644 --- a/install/casaos-v5-install.sh +++ b/install/casaos-v5-install.sh @@ -108,6 +108,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/changedetection-v5-install.sh b/install/changedetection-v5-install.sh index 40776627..da4224ea 100644 --- a/install/changedetection-v5-install.sh +++ b/install/changedetection-v5-install.sh @@ -112,6 +112,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/cronicle-v5-install.sh b/install/cronicle-v5-install.sh index 2f8c6255..4dda42b6 100644 --- a/install/cronicle-v5-install.sh +++ b/install/cronicle-v5-install.sh @@ -118,6 +118,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/daemonsync-v5-install.sh b/install/daemonsync-v5-install.sh index 3d616680..ef4c68b6 100644 --- a/install/daemonsync-v5-install.sh +++ b/install/daemonsync-v5-install.sh @@ -97,6 +97,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/dashy-v5-install.sh b/install/dashy-v5-install.sh index 1ee265c8..f5f72e33 100644 --- a/install/dashy-v5-install.sh +++ b/install/dashy-v5-install.sh @@ -128,6 +128,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/debian-v5-install.sh b/install/debian-v5-install.sh index 2056818a..f0c015e9 100644 --- a/install/debian-v5-install.sh +++ b/install/debian-v5-install.sh @@ -90,6 +90,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/deconz-v5-install.sh b/install/deconz-v5-install.sh index 829aa36c..a452abea 100644 --- a/install/deconz-v5-install.sh +++ b/install/deconz-v5-install.sh @@ -121,6 +121,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/deluge-v5-install.sh b/install/deluge-v5-install.sh index 32728052..7d3bcec0 100644 --- a/install/deluge-v5-install.sh +++ b/install/deluge-v5-install.sh @@ -135,6 +135,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/docker-v5-install.sh b/install/docker-v5-install.sh index bbebc3fd..4301c3e4 100644 --- a/install/docker-v5-install.sh +++ b/install/docker-v5-install.sh @@ -152,6 +152,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/emby-v5-install.sh b/install/emby-v5-install.sh index 9fbb871a..849b4503 100644 --- a/install/emby-v5-install.sh +++ b/install/emby-v5-install.sh @@ -111,6 +111,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/emqx-v5-install.sh b/install/emqx-v5-install.sh index 54a56c73..f6a86d94 100644 --- a/install/emqx-v5-install.sh +++ b/install/emqx-v5-install.sh @@ -96,6 +96,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/esphome-v5-install.sh b/install/esphome-v5-install.sh index 7c689b97..9c78f990 100644 --- a/install/esphome-v5-install.sh +++ b/install/esphome-v5-install.sh @@ -117,6 +117,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/grafana-v5-install.sh b/install/grafana-v5-install.sh index 1cf7e04e..990db72f 100644 --- a/install/grafana-v5-install.sh +++ b/install/grafana-v5-install.sh @@ -104,6 +104,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/grocy-v5-install.sh b/install/grocy-v5-install.sh index 32034756..7fd4b516 100644 --- a/install/grocy-v5-install.sh +++ b/install/grocy-v5-install.sh @@ -134,6 +134,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/heimdalldashboard-v5-install.sh b/install/heimdalldashboard-v5-install.sh index a4dbacd0..bb1e4215 100644 --- a/install/heimdalldashboard-v5-install.sh +++ b/install/heimdalldashboard-v5-install.sh @@ -128,6 +128,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/homeassistant-core-v5-install.sh b/install/homeassistant-core-v5-install.sh index 71e68ece..52517531 100644 --- a/install/homeassistant-core-v5-install.sh +++ b/install/homeassistant-core-v5-install.sh @@ -170,6 +170,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/homeassistant-v5-install.sh b/install/homeassistant-v5-install.sh index cd0ddec7..4eec52a5 100644 --- a/install/homeassistant-v5-install.sh +++ b/install/homeassistant-v5-install.sh @@ -155,6 +155,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/homebridge-v5-install.sh b/install/homebridge-v5-install.sh index ac9a8d9c..ca13a5f8 100644 --- a/install/homebridge-v5-install.sh +++ b/install/homebridge-v5-install.sh @@ -107,6 +107,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/homepage-v5-install.sh b/install/homepage-v5-install.sh index b28047b2..8ffa2809 100644 --- a/install/homepage-v5-install.sh +++ b/install/homepage-v5-install.sh @@ -127,6 +127,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/homer-v5-install.sh b/install/homer-v5-install.sh index 0337aedb..52bea565 100644 --- a/install/homer-v5-install.sh +++ b/install/homer-v5-install.sh @@ -116,6 +116,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/hyperion-v5-install.sh b/install/hyperion-v5-install.sh index 3522d282..3fc5fcbb 100644 --- a/install/hyperion-v5-install.sh +++ b/install/hyperion-v5-install.sh @@ -101,6 +101,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/influxdb-v5-install.sh b/install/influxdb-v5-install.sh index 4f81741f..49818fca 100644 --- a/install/influxdb-v5-install.sh +++ b/install/influxdb-v5-install.sh @@ -130,6 +130,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/iobroker-v5-install.sh b/install/iobroker-v5-install.sh index 0b10b903..a4428697 100644 --- a/install/iobroker-v5-install.sh +++ b/install/iobroker-v5-install.sh @@ -95,6 +95,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/jellyfin-v5-install.sh b/install/jellyfin-v5-install.sh index 9e16cea7..8e087b3e 100644 --- a/install/jellyfin-v5-install.sh +++ b/install/jellyfin-v5-install.sh @@ -135,6 +135,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/k0s-v5-install.sh b/install/k0s-v5-install.sh index b1ca4e41..1eee53ce 100644 --- a/install/k0s-v5-install.sh +++ b/install/k0s-v5-install.sh @@ -111,6 +111,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/kavita-v5-install.sh b/install/kavita-v5-install.sh index c70aa6fc..bd25317d 100644 --- a/install/kavita-v5-install.sh +++ b/install/kavita-v5-install.sh @@ -117,6 +117,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/keycloak-v5-install.sh b/install/keycloak-v5-install.sh index 099db1aa..f18b5c2f 100644 --- a/install/keycloak-v5-install.sh +++ b/install/keycloak-v5-install.sh @@ -114,6 +114,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/lidarr-v5-install.sh b/install/lidarr-v5-install.sh index f4219de4..ee813c03 100644 --- a/install/lidarr-v5-install.sh +++ b/install/lidarr-v5-install.sh @@ -121,6 +121,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/magicmirror-v5-install.sh b/install/magicmirror-v5-install.sh index c3a965ba..551d0baa 100644 --- a/install/magicmirror-v5-install.sh +++ b/install/magicmirror-v5-install.sh @@ -216,6 +216,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/mariadb-v5-install.sh b/install/mariadb-v5-install.sh index 94cd33a5..fd5c5657 100644 --- a/install/mariadb-v5-install.sh +++ b/install/mariadb-v5-install.sh @@ -112,6 +112,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/meshcentral-v5-install.sh b/install/meshcentral-v5-install.sh index cd3d80a1..aadad5fb 100644 --- a/install/meshcentral-v5-install.sh +++ b/install/meshcentral-v5-install.sh @@ -106,6 +106,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/motioneye-v5-install.sh b/install/motioneye-v5-install.sh index 67833a9c..c7ed8fb5 100644 --- a/install/motioneye-v5-install.sh +++ b/install/motioneye-v5-install.sh @@ -125,6 +125,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/mqtt-v5-install.sh b/install/mqtt-v5-install.sh index 9c2c4499..1d9e3133 100644 --- a/install/mqtt-v5-install.sh +++ b/install/mqtt-v5-install.sh @@ -102,6 +102,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/n8n-v5-install.sh b/install/n8n-v5-install.sh index 3fa3410b..cc593a6e 100644 --- a/install/n8n-v5-install.sh +++ b/install/n8n-v5-install.sh @@ -117,6 +117,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/navidrome-v5-install.sh b/install/navidrome-v5-install.sh index aee52cb9..a6ac7358 100644 --- a/install/navidrome-v5-install.sh +++ b/install/navidrome-v5-install.sh @@ -145,6 +145,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/nextcloudpi-v5-install.sh b/install/nextcloudpi-v5-install.sh index 24e44466..f957f94c 100644 --- a/install/nextcloudpi-v5-install.sh +++ b/install/nextcloudpi-v5-install.sh @@ -97,6 +97,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/nginxproxymanager-v5-install.sh b/install/nginxproxymanager-v5-install.sh index 7c2534e0..9d58758f 100644 --- a/install/nginxproxymanager-v5-install.sh +++ b/install/nginxproxymanager-v5-install.sh @@ -249,6 +249,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/nocodb-v5-install.sh b/install/nocodb-v5-install.sh index 6c9ef33a..6c4b16ed 100644 --- a/install/nocodb-v5-install.sh +++ b/install/nocodb-v5-install.sh @@ -124,6 +124,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/node-red-v5-install.sh b/install/node-red-v5-install.sh index ef5e3af1..634e7e49 100644 --- a/install/node-red-v5-install.sh +++ b/install/node-red-v5-install.sh @@ -127,6 +127,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/omada-v5-install.sh b/install/omada-v5-install.sh index 8ca79b30..25152205 100644 --- a/install/omada-v5-install.sh +++ b/install/omada-v5-install.sh @@ -101,6 +101,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/omv-v5-install.sh b/install/omv-v5-install.sh index ecd3fcaa..eb47f0e8 100644 --- a/install/omv-v5-install.sh +++ b/install/omv-v5-install.sh @@ -113,6 +113,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/openhab-v5-install.sh b/install/openhab-v5-install.sh index 65070478..8ccb01da 100644 --- a/install/openhab-v5-install.sh +++ b/install/openhab-v5-install.sh @@ -112,6 +112,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/paperless-ngx-v5-install.sh b/install/paperless-ngx-v5-install.sh index ea2bf2da..afcf96e9 100644 --- a/install/paperless-ngx-v5-install.sh +++ b/install/paperless-ngx-v5-install.sh @@ -258,6 +258,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/photoprism-v5-install.sh b/install/photoprism-v5-install.sh index 6f95275c..f03a0194 100644 --- a/install/photoprism-v5-install.sh +++ b/install/photoprism-v5-install.sh @@ -185,6 +185,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/pihole-v5-install.sh b/install/pihole-v5-install.sh index 15520d32..10f7d185 100644 --- a/install/pihole-v5-install.sh +++ b/install/pihole-v5-install.sh @@ -118,6 +118,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/plex-v5-install.sh b/install/plex-v5-install.sh index 59f5b339..d1e3963f 100644 --- a/install/plex-v5-install.sh +++ b/install/plex-v5-install.sh @@ -115,6 +115,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/podman-homeassistant-v5-install.sh b/install/podman-homeassistant-v5-install.sh index b89c6a7e..eff1ad5f 100644 --- a/install/podman-homeassistant-v5-install.sh +++ b/install/podman-homeassistant-v5-install.sh @@ -117,6 +117,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/podman-v5-install.sh b/install/podman-v5-install.sh index 0a699b43..aed1e40b 100644 --- a/install/podman-v5-install.sh +++ b/install/podman-v5-install.sh @@ -96,6 +96,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/postgresql-v5-install.sh b/install/postgresql-v5-install.sh index f6b448a5..30370192 100644 --- a/install/postgresql-v5-install.sh +++ b/install/postgresql-v5-install.sh @@ -219,6 +219,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/prometheus-v5-install.sh b/install/prometheus-v5-install.sh index ad1d167e..9881f6bb 100644 --- a/install/prometheus-v5-install.sh +++ b/install/prometheus-v5-install.sh @@ -126,6 +126,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/prowlarr-v5-install.sh b/install/prowlarr-v5-install.sh index c837bbd6..4ccaf7c4 100644 --- a/install/prowlarr-v5-install.sh +++ b/install/prowlarr-v5-install.sh @@ -119,6 +119,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/radarr-v5-install.sh b/install/radarr-v5-install.sh index 66e69f72..09c9c030 100644 --- a/install/radarr-v5-install.sh +++ b/install/radarr-v5-install.sh @@ -119,6 +119,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/readarr-v5-install.sh b/install/readarr-v5-install.sh index 0a7643d7..3df51ce4 100644 --- a/install/readarr-v5-install.sh +++ b/install/readarr-v5-install.sh @@ -119,6 +119,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/sabnzbd-v5-install.sh b/install/sabnzbd-v5-install.sh index 22fd7360..dca65b3a 100644 --- a/install/sabnzbd-v5-install.sh +++ b/install/sabnzbd-v5-install.sh @@ -124,6 +124,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/scrypted-v5-install.sh b/install/scrypted-v5-install.sh index 652011cf..51630049 100644 --- a/install/scrypted-v5-install.sh +++ b/install/scrypted-v5-install.sh @@ -184,6 +184,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/shinobi-v5-install.sh b/install/shinobi-v5-install.sh index 0e3ae807..794c0210 100644 --- a/install/shinobi-v5-install.sh +++ b/install/shinobi-v5-install.sh @@ -153,6 +153,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/sonarr-v5-install.sh b/install/sonarr-v5-install.sh index adc7afe1..64dfef0b 100644 --- a/install/sonarr-v5-install.sh +++ b/install/sonarr-v5-install.sh @@ -100,6 +100,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/syncthing-v5-install.sh b/install/syncthing-v5-install.sh index 9ff6e725..d0384ed9 100644 --- a/install/syncthing-v5-install.sh +++ b/install/syncthing-v5-install.sh @@ -103,6 +103,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/tdarr-v5-install.sh b/install/tdarr-v5-install.sh index 3bb649c5..6313a1b4 100644 --- a/install/tdarr-v5-install.sh +++ b/install/tdarr-v5-install.sh @@ -146,6 +146,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/technitiumdns-v5-install.sh b/install/technitiumdns-v5-install.sh index 41f24f9b..d2bbd2c1 100644 --- a/install/technitiumdns-v5-install.sh +++ b/install/technitiumdns-v5-install.sh @@ -98,6 +98,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/transmission-v5-install.sh b/install/transmission-v5-install.sh index 4990173b..98e0231d 100644 --- a/install/transmission-v5-install.sh +++ b/install/transmission-v5-install.sh @@ -98,6 +98,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/trilium-v5-install.sh b/install/trilium-v5-install.sh index 25064327..fd3c6568 100644 --- a/install/trilium-v5-install.sh +++ b/install/trilium-v5-install.sh @@ -120,6 +120,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/ubuntu-v5-install.sh b/install/ubuntu-v5-install.sh index b2a1083c..c31aef93 100644 --- a/install/ubuntu-v5-install.sh +++ b/install/ubuntu-v5-install.sh @@ -91,6 +91,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/umbrel-v5-install.sh b/install/umbrel-v5-install.sh index 5a759113..4efd46f6 100644 --- a/install/umbrel-v5-install.sh +++ b/install/umbrel-v5-install.sh @@ -109,6 +109,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/unifi-v5-install.sh b/install/unifi-v5-install.sh index 6eb5ef12..d30ee23e 100644 --- a/install/unifi-v5-install.sh +++ b/install/unifi-v5-install.sh @@ -104,6 +104,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/uptimekuma-v5-install.sh b/install/uptimekuma-v5-install.sh index 878f7608..c84b32b6 100644 --- a/install/uptimekuma-v5-install.sh +++ b/install/uptimekuma-v5-install.sh @@ -124,6 +124,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/vaultwarden-v5-install.sh b/install/vaultwarden-v5-install.sh index 51822acc..1d94e99d 100644 --- a/install/vaultwarden-v5-install.sh +++ b/install/vaultwarden-v5-install.sh @@ -181,6 +181,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/whisparr-v5-install.sh b/install/whisparr-v5-install.sh index d83d6bfe..65c5b09f 100644 --- a/install/whisparr-v5-install.sh +++ b/install/whisparr-v5-install.sh @@ -119,6 +119,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/whoogle-v5-install.sh b/install/whoogle-v5-install.sh index dc3aa132..fa7503cc 100644 --- a/install/whoogle-v5-install.sh +++ b/install/whoogle-v5-install.sh @@ -113,6 +113,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/wikijs-v5-install.sh b/install/wikijs-v5-install.sh index 37aa1deb..d5337b12 100644 --- a/install/wikijs-v5-install.sh +++ b/install/wikijs-v5-install.sh @@ -141,6 +141,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/wireguard-v5-install.sh b/install/wireguard-v5-install.sh index b284a905..62711a14 100644 --- a/install/wireguard-v5-install.sh +++ b/install/wireguard-v5-install.sh @@ -113,6 +113,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh index 6ed93364..0b419f39 100644 --- a/install/yunohost-v5-install.sh +++ b/install/yunohost-v5-install.sh @@ -100,6 +100,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/zigbee2mqtt-v5-install.sh b/install/zigbee2mqtt-v5-install.sh index 10f43327..d12aae8e 100644 --- a/install/zigbee2mqtt-v5-install.sh +++ b/install/zigbee2mqtt-v5-install.sh @@ -140,6 +140,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload diff --git a/install/zwave-js-ui-v5-install.sh b/install/zwave-js-ui-v5-install.sh index cc609436..e9368da6 100644 --- a/install/zwave-js-ui-v5-install.sh +++ b/install/zwave-js-ui-v5-install.sh @@ -116,6 +116,7 @@ if ! getent shadow root | grep -q "^root:[^\!*]"; then mkdir -p $(dirname $GETTY_OVERRIDE) cat <$GETTY_OVERRIDE [Service] +ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM EOF systemctl daemon-reload