From 26474485c5e3f550967be811e5f73593aeadd0c1 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 23 Dec 2023 09:28:41 +0100 Subject: [PATCH] Add resources.apt --- conf/systemd.service | 2 +- manifest.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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