1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
dbarzin 2022-07-06 18:01:45 +02:00
parent bf30f44a08
commit fc68bbf2be

View file

@ -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