diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-16 16:59:44 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-21 17:20:39 +0100 |
commit | 572c3567e7eb39d33edf4fb455f1a777a2034d05 (patch) | |
tree | 74270c83d1b4977dd13b05f2a19031ab8bbcdb52 /systemd/tmpfiles.d | |
parent | doc/build: update systemd instructions (diff) | |
download | knot-resolver-572c3567e7eb39d33edf4fb455f1a777a2034d05.tar.xz knot-resolver-572c3567e7eb39d33edf4fb455f1a777a2034d05.zip |
systemd: use tmpfiles to create cache dir
Diffstat (limited to 'systemd/tmpfiles.d')
-rw-r--r-- | systemd/tmpfiles.d/knot-resolver.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/tmpfiles.d/knot-resolver.conf.in b/systemd/tmpfiles.d/knot-resolver.conf.in index b5ec01e3..f76522ea 100644 --- a/systemd/tmpfiles.d/knot-resolver.conf.in +++ b/systemd/tmpfiles.d/knot-resolver.conf.in @@ -2,3 +2,4 @@ #Type Path Mode UID GID Age Argument d @run_dir@ 0750 @user@ @group@ - - d @systemd_work_dir@ 0750 @user@ @group@ - - + d @systemd_cache_dir@ 0750 @user@ @group@ - - |