mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-06 13:18:00 +03:00
16 lines
315 B
SYSTEMD
16 lines
315 B
SYSTEMD
|
[Unit]
|
||
|
Description=Proxmox Backup Server Login Banner
|
||
|
ConditionPathExists=/usr/sbin/pbsbanner
|
||
|
ConditionPathExists=!/usr/bin/pvebanner
|
||
|
DefaultDependencies=no
|
||
|
After=local-fs.target
|
||
|
Before=console-getty.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/pbsbanner
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=getty.target
|