Compare commits
2 Commits
1.1.3
...
d225658e0f
Author | SHA1 | Date | |
---|---|---|---|
d225658e0f | |||
15b15d1008 |
@ -67,6 +67,7 @@
|
||||
<package name="smartmontools"/>
|
||||
<package name="curl"/>
|
||||
<package name="nano"/>
|
||||
<package name="dejavu-fonts"/>
|
||||
<package name="NetworkManager"/>
|
||||
<package name="NetworkManager-tui"/>
|
||||
<package name="python3-pip"/>
|
||||
|
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=screenfetch on tty4
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
RemainAfterExit=yes
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/screenfetch
|
||||
Restart=on-failure
|
Reference in New Issue
Block a user