From 6d526de26737a0f1e8d1cf422da364d29489022e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 23 May 2010 01:56:54 +0200 Subject: unit: add automount units for a number of API filesystems --- units/var-lock.mount | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 units/var-lock.mount (limited to 'units/var-lock.mount') diff --git a/units/var-lock.mount b/units/var-lock.mount new file mode 100644 index 000000000..dbfee59a7 --- /dev/null +++ b/units/var-lock.mount @@ -0,0 +1,15 @@ +# 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=Lock Directory +Before=local-fs.target + +[Mount] +What=tmpfs +Where=/var/lock +Type=tmpfs -- cgit v1.2.3