]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-tmpfiles-clean.service.in
Merge pull request #1179 from poettering/sd-event-sigchld-fix
[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
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
afbf8353
LP
6# (at your option) any later version.
7
8[Unit]
3b63d2d3 9Description=Cleanup of Temporary Directories
195f8e36 10Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
afbf8353 11DefaultDependencies=no
497d1986 12Conflicts=shutdown.target
d6bc8348 13After=local-fs.target time-sync.target
497d1986 14Before=shutdown.target
afbf8353
LP
15
16[Service]
17Type=oneshot
74ce487d 18ExecStart=@rootbindir@/systemd-tmpfiles --clean
3b63d2d3 19IOSchedulingClass=idle