mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-21 22:39:41 +02:00
comments
This commit is contained in:
parent
bf30f44a08
commit
fc68bbf2be
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,9 @@ usermod -a -G input $SUDO_USER
|
||||||
sudo cp pandora.service.sample /etc/systemd/system/pandora.service
|
sudo cp pandora.service.sample /etc/systemd/system/pandora.service
|
||||||
sudpo sed -i "s/_USER_/$SUDO_USER/g" /etc/systemd/system/pandora.service
|
sudpo sed -i "s/_USER_/$SUDO_USER/g" /etc/systemd/system/pandora.service
|
||||||
sudo systemctl daemon-reload
|
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
|
mkdir -p /etc/systemd/system/getty@tty1.service.d
|
||||||
echo "[Service]" > /etc/systemd/system/getty@tty1.service.d/override.conf
|
echo "[Service]" > /etc/systemd/system/getty@tty1.service.d/override.conf
|
||||||
echo "ExecStart=" >> /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
|
echo "Type=idle" >> /etc/systemd/system/getty@tty1.service.d/override.conf
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue