summaryrefslogtreecommitdiff
path: root/systemd/paralogo.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/paralogo.service')
-rwxr-xr-xsystemd/paralogo.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/paralogo.service b/systemd/paralogo.service
new file mode 100755
index 0000000..e0c3e42
--- /dev/null
+++ b/systemd/paralogo.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Paralogo
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+StandardOutput=tty
+EnvironmentFile=/etc/paralogo.conf
+WorkingDirectory=/usr/share/paralogo
+ExecStart=/usr/bin/cat "${PARALOGO}"