1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00
This commit is contained in:
2016-06-02 00:07:42 +02:00
parent a40d5ad34e
commit 75e730a38a
2 changed files with 21 additions and 0 deletions

10
mods/splashscreen/splashscreen Normal file → Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
echo "::::::'##:'##:::'##::::'###::::'########:::'######::'##::::'##:" > /dev/console
echo ":::::: ##: ##::'##::::'## ##::: ##.... ##:'##... ##: ##:::: ##:" > /dev/console
echo ":::::: ##: ##:'##::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:" > /dev/console
echo ":::::: ##: #####::::'##:::. ##: ########:: ##::::::: #########:" > /dev/console
echo "'##::: ##: ##. ##::: #########: ##.. ##::: ##::::::: ##.... ##:" > /dev/console
echo " ##::: ##: ##:. ##:: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:" > /dev/console
echo ". ######:: ##::. ##: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:" > /dev/console
echo ":......:::..::::..::..:::::..::..:::::..:::......:::..:::::..::" > /dev/console

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Logo JKArch
After=local-fs-pre.target
[Service]
Type=oneshot
ExecStart=/usr/bin/splashboot
[Install]
WantedBy=multi-user.target