From 8a6b446c7e336596af614c853e1c6177e55a7983 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 17 Jun 2019 11:10:30 -0400 Subject: [PATCH] fix btrbk service --- .../btrbk/filesystem/etc/systemd/system/btrbk.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service b/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service index b1d2dd8..bd7b6c3 100644 --- a/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service +++ b/machine_specific/btrbk/filesystem/etc/systemd/system/btrbk.service @@ -6,4 +6,4 @@ After=multi-user.target Type=oneshot ExecStart=/a/exe/install-my-scripts ExecStart=/a/bin/log-quiet/sysd-mail-once btrbk /usr/local/bin/btrbk-run -q --cron -ExecStart=/usr/local/bin/install-my-scripts +ExecStart=/a/exe/install-my-scripts -- 2.30.2