Can tmpfiles.d remove files based on time only (but not at boot)?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Is there a way to use systemd tmpfiles.d to clean ONLY based on time, and not also at boot?
I've tried 'd' and 'D', E.g.
#/etc/tmpfiles.d/tmp.conf
d /var/tmp 1777 root root 30d
and
#/etc/tmpfiles.d/tmp.conf
D /var/tmp 1777 root root 30d
but they both result in files being cleared at boot.
FYI I am running Debian 9 (Stretch). If the default configuration files are used, files are not removed from /var/tmp by tmpfiles.d (at boot or by age).
systemd
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
Is there a way to use systemd tmpfiles.d to clean ONLY based on time, and not also at boot?
I've tried 'd' and 'D', E.g.
#/etc/tmpfiles.d/tmp.conf
d /var/tmp 1777 root root 30d
and
#/etc/tmpfiles.d/tmp.conf
D /var/tmp 1777 root root 30d
but they both result in files being cleared at boot.
FYI I am running Debian 9 (Stretch). If the default configuration files are used, files are not removed from /var/tmp by tmpfiles.d (at boot or by age).
systemd
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there a way to use systemd tmpfiles.d to clean ONLY based on time, and not also at boot?
I've tried 'd' and 'D', E.g.
#/etc/tmpfiles.d/tmp.conf
d /var/tmp 1777 root root 30d
and
#/etc/tmpfiles.d/tmp.conf
D /var/tmp 1777 root root 30d
but they both result in files being cleared at boot.
FYI I am running Debian 9 (Stretch). If the default configuration files are used, files are not removed from /var/tmp by tmpfiles.d (at boot or by age).
systemd
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is there a way to use systemd tmpfiles.d to clean ONLY based on time, and not also at boot?
I've tried 'd' and 'D', E.g.
#/etc/tmpfiles.d/tmp.conf
d /var/tmp 1777 root root 30d
and
#/etc/tmpfiles.d/tmp.conf
D /var/tmp 1777 root root 30d
but they both result in files being cleared at boot.
FYI I am running Debian 9 (Stretch). If the default configuration files are used, files are not removed from /var/tmp by tmpfiles.d (at boot or by age).
systemd
systemd
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 31 mins ago
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 41 mins ago
lickdragon
11
11
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
lickdragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
lickdragon is a new contributor. Be nice, and check out our Code of Conduct.
lickdragon is a new contributor. Be nice, and check out our Code of Conduct.
lickdragon is a new contributor. Be nice, and check out our Code of Conduct.
lickdragon is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f480614%2fcan-tmpfiles-d-remove-files-based-on-time-only-but-not-at-boot%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password