aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/archlogo.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/archlogo.service')
-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}"