From 9415b61953cc6659b214884c704c0746ef175d63 Mon Sep 17 00:00:00 2001 From: amr Date: Sun, 2 Nov 2025 07:04:51 +0000 Subject: [PATCH] Fix typo in systemd service Should probably also consider switching this to a "forking" service, and using the --daemon option --- systemd/chroma.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/chroma.service b/systemd/chroma.service index 54a09a5..369a898 100644 --- a/systemd/chroma.service +++ b/systemd/chroma.service @@ -21,4 +21,4 @@ ProtectHome=read-only ReadWritePaths=%h/.config/chroma [Install] -WantedBy=multi-useer.target +WantedBy=multi-user.target