Compare commits
No commits in common. "970de66d8d1c477517582b1c6088e0dae0b55dd7" and "de74494c387b3c5a93001e319b70238f163dfe85" have entirely different histories.
970de66d8d
...
de74494c38
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
{ name = "jaina"; }
|
||||
{
|
||||
name = "misskey";
|
||||
ensureDBOwnership = true;
|
||||
ensureDbOwnership = true;
|
||||
}
|
||||
{ name = "postgres"; }
|
||||
];
|
||||
|
@ -131,7 +131,6 @@
|
|||
WorkingDirectory = "/srv/misskey";
|
||||
User = "misskey";
|
||||
ExecStart = "pnpm migrateandrun";
|
||||
RuntimeDirectory = "misskey";
|
||||
};
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue