diff options
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 |