2010-05-23 06:56:54 +07:00
|
|
|
# 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
|
2011-03-25 11:07:20 +07:00
|
|
|
# skip mounting if the directory does not exist or is a symlink
|
|
|
|
ConditionPathIsDirectory=/var/lock
|
2010-05-23 06:56:54 +07:00
|
|
|
|
|
|
|
[Mount]
|
2011-03-25 11:07:20 +07:00
|
|
|
What=/run/lock
|
2010-05-23 06:56:54 +07:00
|
|
|
Where=/var/lock
|
2011-03-25 11:07:20 +07:00
|
|
|
Type=bind
|
|
|
|
Options=bind
|