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="pciutils"/>
<package name="ncurses-devel"/>
<package name="ncurses5-devel"/>
<package name="git"/>
<package name="make"/>
<package name="gcc-c++"/>

View File

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

View File

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