mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
units: use https for the freedesktop url (#6227)
This commit is contained in:
parent
1f3e486fa7
commit
16a5d4128f
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Huge Pages File System
|
||||
Documentation=https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
ConditionPathExists=/sys/kernel/mm/hugepages
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=POSIX Message Queue File System
|
||||
Documentation=man:mq_overview(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
ConditionPathExists=/proc/sys/fs/mqueue
|
||||
|
@ -8,5 +8,5 @@
|
||||
[Unit]
|
||||
Description=Network is Online
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
After=network.target
|
||||
|
@ -8,5 +8,5 @@
|
||||
[Unit]
|
||||
Description=Network (Pre)
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
RefuseManualStart=yes
|
||||
|
@ -8,6 +8,6 @@
|
||||
[Unit]
|
||||
Description=Network
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
After=network-pre.target
|
||||
RefuseManualStart=yes
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Hostname Service Bus Name
|
||||
Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/hostnamed
|
||||
|
||||
[BusName]
|
||||
Service=systemd-hostnamed.service
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Locale Service Bus Name
|
||||
Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed
|
||||
|
||||
[BusName]
|
||||
Service=systemd-localed.service
|
||||
|
@ -8,8 +8,8 @@
|
||||
[Unit]
|
||||
Description=Login Service Bus Name
|
||||
Documentation=man:systemd-logind.service(8) man:logind.conf(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/logind
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat
|
||||
|
||||
[BusName]
|
||||
Service=systemd-logind.service
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Virtual Machine and Container Registration Service Bus Name
|
||||
Documentation=man:systemd-machined.service(8)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined
|
||||
|
||||
[BusName]
|
||||
Service=systemd-machined.service
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Network Name Resolution Service Bus Name
|
||||
Documentation=man:systemd-resolved.service(8)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/resolved
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/resolved
|
||||
|
||||
# This is pulled in by systemd-resolved.service, since it cannot run
|
||||
# without its policy set. However, let's conditionalize this unit on
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=System and Service Manager Bus Name
|
||||
Documentation=man:systemd(1)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd
|
||||
|
||||
[BusName]
|
||||
Activating=no
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Time & Date Service Bus Name
|
||||
Documentation=man:systemd-timedated.service(8) man:localtime(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated
|
||||
|
||||
[BusName]
|
||||
Service=systemd-timedated.service
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Arbitrary Executable File Formats File System Automount Point
|
||||
Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
ConditionPathExists=/proc/sys/fs/binfmt_misc/
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Arbitrary Executable File Formats File System
|
||||
Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
|
||||
[Mount]
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=FUSE Control File System
|
||||
Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/fs/fuse/connections
|
||||
ConditionCapability=CAP_SYS_ADMIN
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Kernel Configuration File System
|
||||
Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/kernel/config
|
||||
ConditionCapability=CAP_SYS_RAWIO
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Kernel Debug File System
|
||||
Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/kernel/debug
|
||||
ConditionCapability=CAP_SYS_RAWIO
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Syslog Socket
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog
|
||||
DefaultDependencies=no
|
||||
Before=sockets.target shutdown.target
|
||||
|
||||
@ -37,4 +37,4 @@ ReceiveBuffer=8M
|
||||
# [Install]
|
||||
# Alias=syslog.service
|
||||
#
|
||||
# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details.
|
||||
# See https://www.freedesktop.org/wiki/Software/systemd/syslog for details.
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Hostname Service
|
||||
Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/hostnamed
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-hostnamed
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Virtual Machine and Container Download Service
|
||||
Documentation=man:systemd-importd.service(8)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/importd
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/importd
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-importd
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Locale Service
|
||||
Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-localed
|
||||
|
@ -8,8 +8,8 @@
|
||||
[Unit]
|
||||
Description=Login Service
|
||||
Documentation=man:systemd-logind.service(8) man:logind.conf(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/logind
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat
|
||||
Wants=user.slice
|
||||
After=nss-user-lookup.target user.slice
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Virtual Machine and Container Registration Service
|
||||
Documentation=man:systemd-machined.service(8)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined
|
||||
Wants=machine.slice
|
||||
After=machine.slice
|
||||
RequiresMountsFor=/var/lib/machines
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Remount Root and Kernel File Systems
|
||||
Documentation=man:systemd-remount-fs.service(8)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=systemd-fsck-root.service
|
||||
|
@ -8,9 +8,9 @@
|
||||
[Unit]
|
||||
Description=Network Name Resolution
|
||||
Documentation=man:systemd-resolved.service(8)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/resolved
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/resolved
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
|
||||
After=systemd-networkd.service network.target
|
||||
Before=network-online.target nss-lookup.target
|
||||
Wants=nss-lookup.target
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Time & Date Service
|
||||
Documentation=man:systemd-timedated.service(8) man:localtime(5)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-timedated
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Temporary Directory (/tmp)
|
||||
Documentation=man:hier(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
ConditionPathIsSymbolicLink=!/tmp
|
||||
DefaultDependencies=no
|
||||
Conflicts=umount.target
|
||||
|
Loading…
Reference in New Issue
Block a user