aboutsummaryrefslogtreecommitdiff
path: root/src/palhm/conf/palhm-boot-report.service
blob: 16a7c6deb78126d698e7546637a5b1aea5e94d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=PALHM send boot report mail
After=postfix.service sendmail.service exim.service dovecot.service network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/python -m palhm -q boot-report
Nice=10

[Install]
WantedBy=multi-user.target