2010-05-18 08:10:17 +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]
|
2010-05-18 09:17:05 +07:00
|
|
|
Description=Runtime Directory
|
2010-05-18 08:10:17 +07:00
|
|
|
Before=local-fs.target
|
|
|
|
|
|
|
|
[Mount]
|
|
|
|
What=tmpfs
|
|
|
|
Where=/var/run
|
|
|
|
Type=tmpfs
|
2010-07-16 23:58:52 +07:00
|
|
|
Options=mode=755
|
2010-06-19 02:56:21 +07:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=local-fs.target
|