]> git.proxmox.com Git - pmg-api.git/blob - debian/pmgreport.service
daily update timer: start already on 01:00 to avoid dst change issue
[pmg-api.git] / debian / pmgreport.service
1 [Unit]
2 Description=Send Daily System Report Mail
3 ConditionPathExists=/usr/bin/pmgreport
4
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/bin/pmgreport --timespan yesterday --auto
8