From: Ian Kelling Date: Wed, 10 May 2023 17:53:28 +0000 (-0400) Subject: fix email typo X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=c98e38de3b2671a518005be70317c39d987cfe7d fix email typo --- diff --git a/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service b/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service index bd09882..67fcd21 100644 --- a/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service +++ b/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service @@ -5,6 +5,6 @@ After=multi-user.target [Service] Type=oneshot ExecStartPre=/a/exe/install-my-scripts -ExecStart=/usr/local/bin/sysd-mail-once -t daylerts@iankelling.org btrbk /usr/local/bin/btrbk-run --cron +ExecStart=/usr/local/bin/sysd-mail-once -t daylert@iankelling.org btrbk /usr/local/bin/btrbk-run --cron ExecStartPost=/bin/sleep 1 ExecStartPost=/a/exe/install-my-scripts diff --git a/machine_specific/kd/filesystem/etc/systemd/system/btrbk-spread.service b/machine_specific/kd/filesystem/etc/systemd/system/btrbk-spread.service index 85e8d52..44e6ceb 100644 --- a/machine_specific/kd/filesystem/etc/systemd/system/btrbk-spread.service +++ b/machine_specific/kd/filesystem/etc/systemd/system/btrbk-spread.service @@ -5,6 +5,6 @@ After=multi-user.target [Service] Type=oneshot ExecStartPre=/a/exe/install-my-scripts -ExecStart=/usr/local/bin/sysd-mail-once -t daylerts@iankelling.org btrbk /usr/local/bin/btrbk-run --cron -k +ExecStart=/usr/local/bin/sysd-mail-once -t daylert@iankelling.org btrbk /usr/local/bin/btrbk-run --cron -k ExecStartPost=/bin/sleep 1 ExecStartPost=/a/exe/install-my-scripts