mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
14 lines
293 B
SYSTEMD
14 lines
293 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Display the Pivilion boot greeting and system status
|
||
|
|
After=local-fs.target
|
||
|
|
Before=getty@tty1.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/lib/pivilion/boot-greeter.sh
|
||
|
|
StandardOutput=journal+console
|
||
|
|
StandardError=journal+console
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|