man: link systemd-tmpfiles-setup-dev.service

This commit is contained in:
Umut Tezduyar 2013-04-23 09:56:32 +02:00 committed by Kay Sievers
parent 102ea8e4f2
commit 195f8e3612
6 changed files with 11 additions and 3 deletions

View file

@ -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)

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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