diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-04 11:26:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:36:33 +0000 |
commit | ef45d35c1d534770f0e0e6d3e897d3f6062147a2 (patch) | |
tree | a8a8cc58c44dd7380614b3c23690bbcb0e0e92ce /meta/recipes-core/systemd | |
parent | ed31c6442309eb2816e96d8565b52cf7cc28c803 (diff) | |
download | openembedded-core-ef45d35c1d534770f0e0e6d3e897d3f6062147a2.tar.gz openembedded-core-ef45d35c1d534770f0e0e6d3e897d3f6062147a2.tar.bz2 openembedded-core-ef45d35c1d534770f0e0e6d3e897d3f6062147a2.zip |
systemd: remove /var/cache from volatiles
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd/00-create-volatile.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf index d160a9b2ab..6163a9cdce 100644 --- a/meta/recipes-core/systemd/systemd/00-create-volatile.conf +++ b/meta/recipes-core/systemd/systemd/00-create-volatile.conf @@ -3,7 +3,6 @@ # inside /var/log. -d /var/volatile/cache - - - - d /var/volatile/log - - - - d /var/volatile/lock - - - - d /var/volatile/run - - - - |