Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
4e4bc5f69e | |||
c1c3a32fb7 | |||
d225658e0f |
@ -59,7 +59,6 @@
|
|||||||
<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,8 +43,6 @@ 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,16 +2,8 @@
|
|||||||
Description=screenfetch on tty4
|
Description=screenfetch on tty4
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/usr/bin/
|
Type=simple
|
||||||
|
RemainAfterExit=yes
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=-/usr/bin/screenfetch
|
ExecStart=/usr/bin/screenfetch
|
||||||
StandardInput=tty
|
Restart=on-failure
|
||||||
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