diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-29 01:30:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-29 01:39:31 +0200 |
commit | afbf835326b0cc05c282b43f14ed501977de2004 (patch) | |
tree | dc9a622cafc79bc9fc4b727e2d2446912336a8fe /units/systemd-tmpfiles.service.in | |
parent | dd36de4d520fc77f0e2ea83f560040d36be3ee50 (diff) |
units: ship unit file for systemd-tmpfiles by default
Diffstat (limited to 'units/systemd-tmpfiles.service.in')
-rw-r--r-- | units/systemd-tmpfiles.service.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/units/systemd-tmpfiles.service.in b/units/systemd-tmpfiles.service.in new file mode 100644 index 0000000000..f869195180 --- /dev/null +++ b/units/systemd-tmpfiles.service.in @@ -0,0 +1,18 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Recreate Volatile Files and Directories +DefaultDependencies=no +Wants=local-fs.target +After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target +Before=shutdown.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=@rootlibexecdir@/systemd-tmpfiles |