enable systemd service

This commit is contained in:
jaina heartles 2024-02-25 18:06:15 -08:00
parent f8cd1226bc
commit 6e7eabfede
1 changed files with 2 additions and 0 deletions

View File

@ -112,5 +112,7 @@
User = "misskey";
ExecStart = "pnpm migrateandrun";
};
wantedBy = [ "multi-user.target" ];
};
}