mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
units: fix syntax of mount unit files
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user