Compare commits
2 Commits
1.1.3.1
...
feature/su
Author | SHA1 | Date | |
---|---|---|---|
0122b51a71 | |||
d225658e0f |
@ -50,6 +50,11 @@
|
|||||||
<package name="dhcp-client"/>
|
<package name="dhcp-client"/>
|
||||||
<package name="which"/>
|
<package name="which"/>
|
||||||
<package name="kernel-default"/>
|
<package name="kernel-default"/>
|
||||||
|
<package name="kernel-firmware-amdgpu"/>
|
||||||
|
<package name="libdrm_amdgpu1"/>
|
||||||
|
<package name="libva-drm2"/>
|
||||||
|
<package name="libdrm_radeon1"/>
|
||||||
|
<package name="libdrm_amdgpu1"/>
|
||||||
<package name="timezone"/>
|
<package name="timezone"/>
|
||||||
<package name="dracut-kiwi-oem-repart"/>
|
<package name="dracut-kiwi-oem-repart"/>
|
||||||
<package name="dracut-kiwi-oem-dump"/>
|
<package name="dracut-kiwi-oem-dump"/>
|
||||||
@ -59,7 +64,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++"/>
|
||||||
|
@ -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
|
|
||||||
|
Reference in New Issue
Block a user