aboutsummaryrefslogtreecommitdiff
path: root/src/palhm/conf/palhm-boot-report.service
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2025-04-14 19:23:34 +0200
committerDavid Timber <dxdt@dev.snart.me>2025-04-14 19:23:34 +0200
commit57e1787cd25a425eb1c425dff58387f5da76037d (patch)
tree821a8c0b5e91ac0af01d12a6c0b61f04e58a7802 /src/palhm/conf/palhm-boot-report.service
parent7a4e937f35c1510b33353aad6878c74fb721f554 (diff)
Some tree changes ...
- Move src/conf into src/palhm - Delete .vscode/settings.json
Diffstat (limited to 'src/palhm/conf/palhm-boot-report.service')
-rw-r--r--src/palhm/conf/palhm-boot-report.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/palhm/conf/palhm-boot-report.service b/src/palhm/conf/palhm-boot-report.service
new file mode 100644
index 0000000..0b4ba67
--- /dev/null
+++ b/src/palhm/conf/palhm-boot-report.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=PALHM send boot report mail
+After=postfix.service sendmail.service exim.service dovecot.service network-online.target
+
+[Service]
+Type=oneshot
+ExecStart=/var/lib/PALHM/src/palhm.py -q boot-report
+Nice=10
+
+[Install]
+WantedBy=multi-user.target