aboutsummaryrefslogtreecommitdiff
path: root/src/conf/palhm-boot-report.service
blob: 288aabd5fc9be7cdb1eb2e21f57d9ee046c8b505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=PALHM send boot report mail
After=postfix.service sendmail.service exim.service

[Service]
Type=oneshot
ExecStart=/var/lib/PALHM/src/palhm.py -q boot-report
Nice=10
ProtectSystem=strict
ReadOnlyPaths=/
PrivateDevices=true

[Install]
WantedBy=multi-user.target