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/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/conf/palhm-boot-report.service')
-rw-r--r-- | src/conf/palhm-boot-report.service | 11 |
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 |