From 6a5d03f73e542e2b794a87e7350d795e1d9b0890 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Thu, 10 Apr 2025 15:43:26 +0200 Subject: [PATCH] clarify documentation, replace daemon-reexec with daemon-reload --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc1177e..526cd1d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Or set it up as a `systemd` service for automatic and scheduled execution. --- -## Example: systemd Service +## Running the script automatically Create a service file at `/etc/systemd/user/immich-album-downloader.service`: @@ -63,13 +63,13 @@ WantedBy=default.target Enable and start the service: ```bash -systemctl --user daemon-reexec +systemctl --user daemon-reload systemctl --user enable --now immich-album-downloader.service ``` --- -## Example: systemd Timer +### Running the script periodically To run the download periodically, create `/etc/systemd/user/immich-album-downloader.timer`: