diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-07-13 11:32:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-07-20 23:53:22 +0200 |
commit | 1d77721f30a821464cd715a63b89ef18419de7b0 (patch) | |
tree | 3c20d7dc1ddbcc38fb35bfd007cb2f02da9a6702 /units/systemd-tmpfiles-clean.service | |
parent | Merge pull request #23640 from cerebro1/week1 (diff) | |
download | systemd-1d77721f30a821464cd715a63b89ef18419de7b0.tar.xz systemd-1d77721f30a821464cd715a63b89ef18419de7b0.zip |
tmpfiles: accept additional tmpfiles lines via credential
Diffstat (limited to 'units/systemd-tmpfiles-clean.service')
-rw-r--r-- | units/systemd-tmpfiles-clean.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-tmpfiles-clean.service b/units/systemd-tmpfiles-clean.service index 7aee6463bd..6ae4e74ddd 100644 --- a/units/systemd-tmpfiles-clean.service +++ b/units/systemd-tmpfiles-clean.service @@ -20,3 +20,4 @@ Type=oneshot ExecStart=systemd-tmpfiles --clean SuccessExitStatus=DATAERR IOSchedulingClass=idle +LoadCredential=tmpfiles.extra |