From 54a71df2539aa6e572b07893015892c0588e075f Mon Sep 17 00:00:00 2001 From: Colin-tr Date: Sat, 13 Jul 2024 19:04:11 -0600 Subject: [PATCH] Update installation-manual.md: Add instruction to comment ReadWritePaths line in photoview.service if not using sqlite --- src/en/docs/installation-systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/docs/installation-systemd.md b/src/en/docs/installation-systemd.md index 3959256..fabb28d 100644 --- a/src/en/docs/installation-systemd.md +++ b/src/en/docs/installation-systemd.md @@ -35,7 +35,7 @@ If you do so, the `photoview.service` and `photoview.tmpfiles` will need to be a - `systemd/photoview.service` to `/etc/systemd/system/multi-user.target/photoview.service` - `systemd/photoview.sysusers.conf` to `/usr/lib/sysusers.d/photoview.conf` - `systemd/photoview.tmpfiles` to `/usr/lib/tmpfiles.d/photoview.conf` - > If you do not plan to use `sqlite`, remove the 2nd line from `systemd/photoview.tmpfiles` before copying. + > If you do not plan to use `sqlite`, remove the 2nd line from `systemd/photoview.tmpfiles` and comment out the line `ReadWritePaths=/var/lib/photoview` in `systemd/photoview.service` before copying. 1. Make the directories where the program files will be placed : > Note: The `install` command, as demonstrated below, creates these required directories for you. - `/usr/share/webapps/photoview-ui`