From 24e8a931c7f00ad16749b1b22a0abbc4d5b0d7c7 Mon Sep 17 00:00:00 2001 From: M33 <327-m33@git.qoto.org> Date: Tue, 28 Dec 2021 13:44:47 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bb35c9..63f50ab 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Deploying your misskey instance on arm64 using docker is pretty straightforward, # Scripts list: +## start_misskey.sh stop_misskey.sh update_misskey.sh +In a small VPS, or a limited computer like the rapsberry, or just because systemd, you may want to start stop and update misskey with simple scripts like this. +For automatic start on boot, you may add this to your crontab: `@reboot /usr/local/bin/start_misskey.sh 1>>/var/log/syslog 2>&1` + ## backup_postgres.sh A daily backup for your docker postgresql database, run it daily It will cycle with the day of week (1..7)