Compare commits

..

3 commits

Author SHA1 Message Date
amr
1f9050b69e fix: this solves the warning during compilation
This not only solves the warning/error brought up during compilation, it's also just a sort of belt'n'braces approach to make absolutely sure the timestamp length is correct and didn't get truncated or some other error. This was a new warning/error introduced back in gcc 7.1, and it's one of those "you *should* do it this way because it's technically the correct way" things that most developers roll their eyes at but, logically, they're technically correct.
2025-11-02 08:31:16 +00:00
raf
ecff681d37 Merge pull request 'Fix typo in systemd service' (#6) from amr-patch-1 into main
Reviewed-on: #6
Reviewed-by: raf <raf@notashelf.dev>
2025-11-02 08:07:21 +00:00
amr
9415b61953 Fix typo in systemd service
Should probably also consider switching this to a "forking" service, and using the --daemon option
2025-11-02 07:04:51 +00:00

View file

@ -21,4 +21,4 @@ ProtectHome=read-only
ReadWritePaths=%h/.config/chroma
[Install]
WantedBy=multi-useer.target
WantedBy=multi-user.target