From 1fe6b9e27f794f03a7c16759dfeb7d970a6475eb Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 28 Oct 2016 06:32:49 -0700 Subject: [PATCH] add systemd timer email script --- sysd-mail-once | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100755 sysd-mail-once diff --git a/sysd-mail-once b/sysd-mail-once new file mode 100755 index 0000000..ccaee0a --- /dev/null +++ b/sysd-mail-once @@ -0,0 +1,74 @@ +#!/bin/bash +# Copyright (C) 2016 Ian Kelling + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +set -eE -o pipefail +trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR + +errors=3 +cbase=/var/local/cron-errors +case "$1" in + -h|--help) + cat <