From bdaf0100b9a2f83c038d684343650ccc08c4a123 Mon Sep 17 00:00:00 2001 From: escoand Date: Sun, 20 Oct 2024 21:30:55 +0200 Subject: [PATCH] install claper.container --- systemd/claper.container | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemd/claper.container b/systemd/claper.container index 917b61a..1743f5f 100644 --- a/systemd/claper.container +++ b/systemd/claper.container @@ -20,4 +20,7 @@ Secret=BASE_URL,type=env Secret=DATABASE_URL,type=env Secret=ENABLE_ACCOUNT_CREATION,type=env Secret=SECRET_KEY_BASE,type=env -Volume=claper:/app/uploads \ No newline at end of file +Volume=claper:/app/uploads + +[Install] +WantedBy=multi-user.target default.target \ No newline at end of file