aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/archlogo.service
blob: 37601bc90ac4a2d7fc28fbf8ccc1f5cdce4e2d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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}"