pve-manager/services/pvebanner.service
Thomas Lamprecht 81c713fcfd cleanup: rename bin/init.d to services
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-06-20 13:04:51 +02:00

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