mirror of
https://github.com/systemd/systemd.git
synced 2025-03-24 14:50:17 +03:00
units: fix syntax of mount unit files
This commit is contained in:
parent
a4312405f2
commit
710bd14347
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Huge Pages File System Automount Point
|
||||
Description=Huge Pages File System Automount Point
|
||||
Before=basic.target
|
||||
|
||||
[Automount]
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Huge Pages File System
|
||||
Description=Huge Pages File System
|
||||
|
||||
[Mount]
|
||||
What=hugetlbfs
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=POSIX Message Queue File System Automount Point
|
||||
Description=POSIX Message Queue File System Automount Point
|
||||
Before=basic.target
|
||||
|
||||
[Automount]
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=POSIX Message Queue File System
|
||||
Description=POSIX Message Queue File System
|
||||
|
||||
[Mount]
|
||||
What=mqueue
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Arbitrary Executable File Formats File System Automount Point
|
||||
Description=Arbitrary Executable File Formats File System Automount Point
|
||||
Before=basic.target
|
||||
|
||||
[Automount]
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Arbitrary Executable File Formats File System
|
||||
Description=Arbitrary Executable File Formats File System
|
||||
|
||||
[Mount]
|
||||
What=binfmt_misc
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Debug File System Automount Point
|
||||
Description=Debug File System Automount Point
|
||||
Before=basic.target
|
||||
|
||||
[Automount]
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Debug File System
|
||||
Description=Debug File System
|
||||
|
||||
[Mount]
|
||||
What=debugfs
|
||||
|
@ -16,7 +16,7 @@
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Unit]
|
||||
Name=Runtime Directory
|
||||
Description=Runtime Directory
|
||||
Before=local-fs.target
|
||||
|
||||
[Mount]
|
||||
|
Loading…
x
Reference in New Issue
Block a user