create runtime directory
This commit is contained in:
parent
de74494c38
commit
f59e719d4d
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
|||
WorkingDirectory = "/srv/misskey";
|
||||
User = "misskey";
|
||||
ExecStart = "pnpm migrateandrun";
|
||||
RuntimeDirectory = "misskey";
|
||||
};
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Reference in a new issue