From: Ian Kelling Date: Mon, 17 Jun 2019 15:10:30 +0000 (-0400) Subject: fix btrbk service X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=8a6b446c7e336596af614c853e1c6177e55a7983 fix btrbk service --- 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