mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
14 lines
278 B
Desktop File
14 lines
278 B
Desktop File
[Unit]
|
|
Description=Generate the Pivilion TTY login banner
|
|
After=local-fs.target
|
|
Before=getty@tty1.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/lib/pivilion/issue-banner.sh
|
|
TimeoutStartSec=5
|
|
StandardOutput=null
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|