From fc68bbf2be59d7a7d89aed1b60f66506a9ef797a Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 6 Jul 2022 18:01:45 +0200 Subject: [PATCH] comments --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index afe1498..f3ce4bf 100755 --- a/install.sh +++ b/install.sh @@ -127,8 +127,9 @@ usermod -a -G input $SUDO_USER sudo cp pandora.service.sample /etc/systemd/system/pandora.service sudpo sed -i "s/_USER_/$SUDO_USER/g" /etc/systemd/system/pandora.service sudo systemctl daemon-reload +sudo systemctl enable pandora -# getty1 autostart +# Start Pandora-box on getty1 at boot mkdir -p /etc/systemd/system/getty@tty1.service.d echo "[Service]" > /etc/systemd/system/getty@tty1.service.d/override.conf echo "ExecStart=" >> /etc/systemd/system/getty@tty1.service.d/override.conf @@ -138,4 +139,3 @@ echo "StandardOutput=tty" >> /etc/systemd/system/getty@tty1.service.d/override.c echo "Type=idle" >> /etc/systemd/system/getty@tty1.service.d/override.conf reboot -