From fc5fe7e80deae7159ccaac42d5d9ac6089914bc4 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:14:59 -0500 Subject: [PATCH] Remove sudo -u mastodon --- pi0/justfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/pi0/justfile b/pi0/justfile index 539a752..07ed745 100644 --- a/pi0/justfile +++ b/pi0/justfile @@ -26,8 +26,6 @@ mastodon: sudo cp -v "${PWD}/bin/mastodon-db-backup" /usr/local/bin sudo chown -R root:root /usr/local/bin/mastodon-db-backup sudo loginctl enable-linger - sudo -u mastodon systemctl --user enable --now mastodon-db-backup.timer - sudo -u mastodon systemctl --user enable --now mastodon-system-to-minio.timer thelounge: curl -s https://api.github.com/repos/thelounge/thelounge-deb/releases/latest \