make btrbk failures higher priority
authorIan Kelling <ian@iankelling.org>
Wed, 1 Mar 2023 15:11:21 +0000 (10:11 -0500)
committerIan Kelling <ian@iankelling.org>
Wed, 1 Mar 2023 15:11:21 +0000 (10:11 -0500)
machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service

index 2c7dbb98ef9cb095d78c2e1f4bbf8287f6e73c2d..bd098827b4319fa4002a90c58d7ab209b266579a 100644 (file)
@@ -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