]> git.proxmox.com Git - pmg-api.git/blob - debian/pmgbanner.service
dkim: add QID in warnings
[pmg-api.git] / debian / pmgbanner.service
1 [Unit]
2 Description=Proxmox Mail Gateway Login Banner
3 ConditionPathExists=/usr/bin/pmgbanner
4 DefaultDependencies=no
5 After=local-fs.target
6 Before=console-getty.service
7
8 [Service]
9 ExecStart=/usr/bin/pmgbanner
10 Type=oneshot
11 RemainAfterExit=yes
12
13 [Install]
14 WantedBy=getty.target