本日、スタートアップスクリプト「Mastodon」を更新致しました。
変更内容は以下の通りです。
- mastodon の daily cron を追加
- /var/log/nginx の permission の変更
また、本日(2017/4/24)18:00以前にスタートアップスクリプトでMastodonインスタンスを作成された方は、さくらのクラウドのコンソールやSSHクライアントから、以下4つのコマンドの実行をお願い致します。(全てrootユーザで実行してください)
なお、このコマンド実行によるサービス影響はございません。
chown -R mastodon:mastodon /var/log/nginx
sed -i 's/create 0644 nginx nginx/create 0644 mastodon mastodon/' /etc/logrotate.d/nginx
echo "5 0 * * * mastodon cd /home/mastodon/live && RAILS_ENV=production /home/mastodon/.rbenv/shims/bundle exec rake mastodon:daily > /dev/null" > /etc/cron.d/mastodon
echo "0 5 1 * * root /usr/local/certbot/certbot-auto renew --webroot --webroot-path /home/mastodon/live/public --force-renew && /bin/systemctl reload nginx postfix" > /etc/cron.d/certbot-auto
from さくらのクラウドニュース http://ift.tt/2oCthBW
via IFTTT
0 コメント:
コメントを投稿