Remove sudo -u mastodon

This commit is contained in:
Jeffrey Serio 2024-06-20 12:14:59 -05:00
parent f48d826e55
commit fc5fe7e80d

View File

@ -26,8 +26,6 @@ mastodon:
sudo cp -v "${PWD}/bin/mastodon-db-backup" /usr/local/bin sudo cp -v "${PWD}/bin/mastodon-db-backup" /usr/local/bin
sudo chown -R root:root /usr/local/bin/mastodon-db-backup sudo chown -R root:root /usr/local/bin/mastodon-db-backup
sudo loginctl enable-linger 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: thelounge:
curl -s https://api.github.com/repos/thelounge/thelounge-deb/releases/latest \ curl -s https://api.github.com/repos/thelounge/thelounge-deb/releases/latest \