diff options
Diffstat (limited to 'units/var-lock.mount')
-rw-r--r-- | units/var-lock.mount | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/units/var-lock.mount b/units/var-lock.mount new file mode 100644 index 0000000000..dbfee59a7a --- /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 |