aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/archlogo.service
blob: bb119e452f55f66674e21b1f35445d7408013d3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Archlogo
DefaultDependencies=no
Before=sysinit.target

[Service]
Type=oneshot
RemainAfterExit=yes
StandardOutput=tty
EnvironmentFile=/etc/archlogo.conf
WorkingDirectory=/usr/share/archlogo
ExecStart=/usr/bin/cat "${ARCHLOGO}"