mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
13 lines
293 B
Desktop File
13 lines
293 B
Desktop File
[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
|