aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-01 13:18:25 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-10-01 13:18:25 +0200
commitc5506dc78eaa274629999667faba4983e4042cbd (patch)
tree121c9a8fcf34a3b4461e638d6a04fb434d4bf1f0 /systemd
parent85b339cbb5aeda0e9c934093d69fae57ae929fad (diff)
downloadmkinitcpio-archlogo-c5506dc78eaa274629999667faba4983e4042cbd.tar.gz
mkinitcpio-archlogo-c5506dc78eaa274629999667faba4983e4042cbd.tar.zst
update for systemd in initramfs
Diffstat (limited to 'systemd')
-rw-r--r--systemd/archlogo.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/archlogo.service b/systemd/archlogo.service
new file mode 100644
index 0000000..37601bc
--- /dev/null
+++ b/systemd/archlogo.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Archlogo
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+StandardOutput=tty
+EnvironmentFile=/etc/archlogo.conf
+ExecStart=/usr/bin/cat "/usr/share/archlogo/${ARCHLOGO}"