From: Ian Kelling Date: Wed, 1 Mar 2023 15:11:21 +0000 (-0500) Subject: make btrbk failures higher priority X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=c3c34e71256cc51ad87bd48e447c33f960d070bf;p=distro-setup make btrbk failures higher priority --- diff --git a/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service b/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service index 2c7dbb9..bd09882 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 btrbk /usr/local/bin/btrbk-run --cron +ExecStart=/usr/local/bin/sysd-mail-once -t daylerts@iankelling.org btrbk /usr/local/bin/btrbk-run --cron ExecStartPost=/bin/sleep 1 ExecStartPost=/a/exe/install-my-scripts