initial commit

This commit is contained in:
2023-11-19 13:06:51 +03:00
commit 2aa7963cf2
10 changed files with 754 additions and 0 deletions

3
templates/logind.conf.j2 Normal file
View File

@@ -0,0 +1,3 @@
[Login]
NAutoVTs=0
ReserveVT=0

View File

@@ -0,0 +1,17 @@
[Unit]
Description=nyancat on tty1
After=graphical.target
[Service]
Type=simple
ExecStartPre=/bin/sleep 5
ExecStart=/usr/bin/nyancat -snI
ExecStop=/bin/kill -HUP ${MAINPID}
StandardInput=tty
StandardOutput=tty
TTYPath=/dev/tty1
Restart=always
RestartSec=2
[Install]
WantedBy=graphical.target