Skip to content

Commit

Permalink
Merge pull request #86 from jsebt/master
Browse files Browse the repository at this point in the history
Fix cache issue in root/etc/s6-overlay/s6-rc.d/svc-ddclient/run
  • Loading branch information
thespad authored Jul 8, 2024
2 parents 5cbf9de + cb63362 commit 1dbde65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ app_setup_block: |
````
# changelog
changelogs:
- {date: "08.07.24:", desc: "Fix cache issue."}
- {date: "08.07.24:", desc: "Don't copy config from `/config/ddclient.conf` to `/ddclient.conf` at runtime."}
- {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-ddclient/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# shellcheck shell=bash

exec \
s6-setuidgid abc /usr/bin/ddclient --foreground --file /config/ddclient.conf --cache /run/ddclient-cache
s6-setuidgid abc /usr/bin/ddclient --foreground --file /config/ddclient.conf --cache /run/ddclient-cache/ddclient.cache

0 comments on commit 1dbde65

Please sign in to comment.