From 2cb9ab35dc994a26e7cd9d2ee7f7fb33f4d90360 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 20 Oct 2022 11:53:38 -0700 Subject: [PATCH] install systemd configs in /usr/local/lib/systemd/system/ --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1654cfa..60a1ac9 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ cp sbin/bashup*.sh /usr/local/sbin/ chmod 755 /usr/local/sbin/bashup*.sh chown root:root /usr/local/sbin/bashup*.sh # install & enable bashup systemd cron -cp systemd/bashup-cron.* /usr/lib/systemd/system/ -chmod 644 /usr/lib/systemd/system/bashup-cron.* +mkdir -p /usr/local/lib/systemd/system +cp systemd/bashup-cron.* /usr/local/lib/systemd/system/ +chmod 644 /usr/local/lib/systemd/system/bashup-cron.* systemctl enable bashup-cron.timer systemctl start bashup-cron.timer # customize configuration