diff --git a/conf/systemd.service b/conf/systemd.service index 6fecee5..5ca7df6 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Misskey: microblogging platform +Description=Iceshrimp: microblogging platform After=network.target [Service] diff --git a/manifest.toml b/manifest.toml index f8d17b9..299ef9b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,4 +58,7 @@ ram.runtime = "2G" extras.yarn.packages = "yarn" [resources.database] - type = "postgresql" \ No newline at end of file + type = "postgresql" + + [resources.apt] + packages = "iceshrimp" \ No newline at end of file