aboutsummaryrefslogtreecommitdiff
path: root/src/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/conf/palhm-boot-report.service
parent7a4e937f35c1510b33353aad6878c74fb721f554 (diff)
Some tree changes ...
- Move src/conf into src/palhm - Delete .vscode/settings.json
Diffstat (limited to 'src/conf/palhm-boot-report.service')
-rw-r--r--src/conf/palhm-boot-report.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/conf/palhm-boot-report.service b/src/conf/palhm-boot-report.service
deleted file mode 100644
index 0b4ba67..0000000
--- a/src/conf/palhm-boot-report.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[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