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

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