diff options
author | David Timber <dxdt@dev.snart.me> | 2025-04-14 19:23:34 +0200 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2025-04-14 19:23:34 +0200 |
commit | 57e1787cd25a425eb1c425dff58387f5da76037d (patch) | |
tree | 821a8c0b5e91ac0af01d12a6c0b61f04e58a7802 /src/palhm/conf/palhm-boot-report.service | |
parent | 7a4e937f35c1510b33353aad6878c74fb721f554 (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.service | 11 |
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 |