Compare commits

...

3 Commits

3 changed files with 4 additions and 15 deletions

View File

@ -59,7 +59,6 @@
<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,8 +43,6 @@ 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,16 +2,8 @@
Description=screenfetch on tty4
[Service]
WorkingDirectory=/usr/bin/
Type=simple
RemainAfterExit=yes
ExecStart=
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
ExecStart=/usr/bin/screenfetch
Restart=on-failure