From 57e1787cd25a425eb1c425dff58387f5da76037d Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 14 Apr 2025 19:23:34 +0200 Subject: Some tree changes ... - Move src/conf into src/palhm - Delete .vscode/settings.json --- src/palhm/conf/palhm-boot-report.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/palhm/conf/palhm-boot-report.service (limited to 'src/palhm/conf/palhm-boot-report.service') 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 -- cgit v1.2.3-70-g09d2