81c713fcfd
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
15 lines
262 B
Desktop File
15 lines
262 B
Desktop File
[Unit]
|
|
Description=Proxmox VE Login Banner
|
|
ConditionPathExists=/usr/bin/pvebanner
|
|
DefaultDependencies=no
|
|
After=local-fs.target
|
|
Before=console-getty.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/pvebanner
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=getty.target
|