create runtime directory

This commit is contained in:
jaina heartles 2024-02-26 09:45:27 -08:00
parent de74494c38
commit f59e719d4d
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@
WorkingDirectory = "/srv/misskey";
User = "misskey";
ExecStart = "pnpm migrateandrun";
RuntimeDirectory = "misskey";
};
wantedBy = [ "multi-user.target" ];