Compare commits
No commits in common. "main" and "1.1.3.1" have entirely different histories.
@ -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++"/>
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user