mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man: link systemd-tmpfiles-setup-dev.service
This commit is contained in:
parent
102ea8e4f2
commit
195f8e3612
@ -185,6 +185,7 @@ MANPAGES_ALIAS += \
|
||||
man/systemd-sysctl.8 \
|
||||
man/systemd-tmpfiles-clean.service.8 \
|
||||
man/systemd-tmpfiles-clean.timer.8 \
|
||||
man/systemd-tmpfiles-setup-dev.service.8 \
|
||||
man/systemd-tmpfiles-setup.service.8 \
|
||||
man/systemd-udevd-control.socket.8 \
|
||||
man/systemd-udevd-kernel.socket.8 \
|
||||
@ -282,6 +283,7 @@ man/systemd-sleep.8: man/systemd-suspend.service.8
|
||||
man/systemd-sysctl.8: man/systemd-sysctl.service.8
|
||||
man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8
|
||||
man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8
|
||||
man/systemd-tmpfiles-setup-dev.service.8: man/systemd-tmpfiles.8
|
||||
man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8
|
||||
man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
|
||||
man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
|
||||
@ -559,6 +561,9 @@ man/systemd-tmpfiles-clean.service.html: man/systemd-tmpfiles.html
|
||||
man/systemd-tmpfiles-clean.timer.html: man/systemd-tmpfiles.html
|
||||
$(html-alias)
|
||||
|
||||
man/systemd-tmpfiles-setup-dev.service.html: man/systemd-tmpfiles.html
|
||||
$(html-alias)
|
||||
|
||||
man/systemd-tmpfiles-setup.service.html: man/systemd-tmpfiles.html
|
||||
$(html-alias)
|
||||
|
||||
|
@ -45,6 +45,7 @@
|
||||
<refnamediv>
|
||||
<refname>systemd-tmpfiles</refname>
|
||||
<refname>systemd-tmpfiles-setup.service</refname>
|
||||
<refname>systemd-tmpfiles-setup-dev.service</refname>
|
||||
<refname>systemd-tmpfiles-clean.service</refname>
|
||||
<refname>systemd-tmpfiles-clean.timer</refname>
|
||||
<refpurpose>Creates, deletes and cleans up volatile
|
||||
@ -57,6 +58,7 @@
|
||||
</cmdsynopsis>
|
||||
|
||||
<para><filename>systemd-tmpfiles-setup.service</filename></para>
|
||||
<para><filename>systemd-tmpfiles-setup-dev.service</filename></para>
|
||||
<para><filename>systemd-tmpfiles-clean.service</filename></para>
|
||||
<para><filename>systemd-tmpfiles-clean.timer</filename></para>
|
||||
</refsynopsisdiv>
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Cleanup of Temporary Directories
|
||||
Documentation=man:tmpfiles.d(5)
|
||||
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
|
||||
DefaultDependencies=no
|
||||
Wants=local-fs.target
|
||||
After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Daily Cleanup of Temporary Directories
|
||||
Documentation=man:tmpfiles.d(5)
|
||||
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15min
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Create static device nodes in /dev
|
||||
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target systemd-udevd.service
|
||||
ConditionCapability=CAP_MKNOD
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Recreate Volatile Files and Directories
|
||||
Documentation=man:tmpfiles.d(5)
|
||||
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
|
||||
DefaultDependencies=no
|
||||
Wants=local-fs.target
|
||||
After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
|
||||
|
Loading…
Reference in New Issue
Block a user