Compare commits

..

No commits in common. "main" and "1.1.3.1" have entirely different histories.

3 changed files with 15 additions and 4 deletions

View File

@ -59,6 +59,7 @@
<package name="usbutils"/> <package name="usbutils"/>
<package name="pciutils"/> <package name="pciutils"/>
<package name="ncurses-devel"/> <package name="ncurses-devel"/>
<package name="ncurses5-devel"/>
<package name="git"/> <package name="git"/>
<package name="make"/> <package name="make"/>
<package name="gcc-c++"/> <package name="gcc-c++"/>

View File

@ -43,6 +43,8 @@ suseInsertService dracut_hostonly
#-------------------------------------- #--------------------------------------
baseSetRunlevel 3 baseSetRunlevel 3
pip install sysv-ipc --break-system-packages
pip install pycstruct --break-system-packages
pip install brother-ql --break-system-packages pip install brother-ql --break-system-packages
pip install qrcode --break-system-packages pip install qrcode --break-system-packages

View File

@ -2,8 +2,16 @@
Description=screenfetch on tty4 Description=screenfetch on tty4
[Service] [Service]
Type=simple WorkingDirectory=/usr/bin/
RemainAfterExit=yes
ExecStart= ExecStart=
ExecStart=/usr/bin/screenfetch ExecStart=-/usr/bin/screenfetch
Restart=on-failure StandardInput=tty
StandardOutput=tty
Restart=always
RestartSec=1
UtmpIdentifier=tty4
TTYPath=/dev/tty4
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
SendSIGHUP=yes