]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-tmpfiles-clean.service.in
tmpfiles: take names of tmpfiles configuration files on the command line
[thirdparty/systemd.git] / units / systemd-tmpfiles-clean.service.in
CommitLineData
afbf8353
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
3b63d2d3 9Description=Cleanup of Temporary Directories
afbf8353
LP
10DefaultDependencies=no
11Wants=local-fs.target
12After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
e096bf2f 13Before=sysinit.target shutdown.target
3b63d2d3 14ConditionPathExists=/etc/tmpfiles.d
afbf8353
LP
15
16[Service]
17Type=oneshot
3b63d2d3
LP
18ExecStart=@rootlibexecdir@/systemd-tmpfiles --clean
19IOSchedulingClass=idle