X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=219ef6531e2e7f87b650d1c22ee8959c113bc2ef;hp=4bf652323ef3cde559a4be2c512119383419995f;hb=924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8;hpb=059b37cc288ab529c6b5033af1f8118914f0329f diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 4bf652323..219ef6531 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -44,7 +44,7 @@ systemd.mount - systemd mount configuration files + Mount unit configuration @@ -72,7 +72,10 @@ systemd.exec5, which define the execution environment the mount8 - binary is executed in. + binary is executed in, and in + systemd.kill5 + which define the way the processes are + terminated. Mount units must be named after the mount point directories they control. Example: the mount point @@ -88,7 +91,7 @@ mounting. See systemd.automount5. - If an mount point is beneath another mount point + If a mount point is beneath another mount point in the file system hierarchy, a dependency between both units is created automatically. @@ -130,7 +133,7 @@ should wait for a device to show up before giving up on an entry from /etc/fstab. Specify a time in - seconds or explicitly specifiy a unit as + seconds or explicitly specify a unit as s, min, h, ms. @@ -147,7 +150,9 @@ supervises. A number of options that may be used in this section are shared with other unit types. These options are documented in - systemd.exec5. The + systemd.exec5 + and + systemd.kill5. The options specific to the [Mount] section of mount units are the following: @@ -172,7 +177,7 @@ Where= Takes an absolute path of a directory of the mount point. If - the mount point is not existing at + the mount point does not exist at the time of mounting, it is created. This string must be reflected in the unit file name. (See above.) This option is @@ -220,50 +225,21 @@ will be terminated forcibly via SIGTERM, and after another delay of this time with SIGKILL. (See - below.) + in + systemd.kill5.) Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to 90s. - - - KillMode= - Specifies how - processes of this mount shall be - killed. One of - , - , - . - - This option is mostly equivalent - to the - option of service files. See - systemd.service5 - for details. - - - - KillSignal= - Specifies which signal - to use when killing a process of this - mount. Defaults to SIGTERM. - - - - - SendSIGKILL= - Specifies whether to - send SIGKILL to remaining processes - after a timeout, if the normal - shutdown procedure left processes of - the mount around. Takes a boolean - value. Defaults to "yes". - - - + + Check + systemd.exec5 + and + systemd.kill5 + for more settings. @@ -295,6 +271,7 @@ systemctl8, systemd.unit5, systemd.exec5, + systemd.kill5, systemd.service5, systemd.device5, mount8,