aboutsummaryrefslogtreecommitdiff
path: root/src/conf/palhm-boot-report.service
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/palhm-boot-report.service')
-rw-r--r--src/conf/palhm-boot-report.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/conf/palhm-boot-report.service b/src/conf/palhm-boot-report.service
new file mode 100644
index 0000000..288aabd
--- /dev/null
+++ b/src/conf/palhm-boot-report.service
@@ -0,0 +1,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