summaryrefslogtreecommitdiff
path: root/Software/systemd
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2018-05-10 13:21:16 +0200
committerThomas Kluyver <thomas@kluyver.me.uk>2018-05-10 13:21:16 +0200
commit7f76153dd40df8b032b9b19183022905821096e1 (patch)
tree951bc524e29508da3060bfe7f03d53be89ba7d52 /Software/systemd
parentc3c7867bd4b1906f20a704524ed939184c4724ae (diff)
Update all standards.freedesktop.org links to specifications.freedesktop.org
Diffstat (limited to 'Software/systemd')
-rw-r--r--Software/systemd/InterfacePortabilityAndStabilityChart.mdwn2
-rw-r--r--Software/systemd/logind.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/Software/systemd/InterfacePortabilityAndStabilityChart.mdwn b/Software/systemd/InterfacePortabilityAndStabilityChart.mdwn
index 0c4b1770..78b792e5 100644
--- a/Software/systemd/InterfacePortabilityAndStabilityChart.mdwn
+++ b/Software/systemd/InterfacePortabilityAndStabilityChart.mdwn
@@ -52,7 +52,7 @@ And now, here's the list of (hopefully) all APIs that we have introduced with sy
[[sd-daemon.h API|http://0pointer.de/public/systemd-man/sd-daemon.html]] | C Library or Drop-in | yes | yes | numerous | yes | - | yes
[[sd-id128.h API|http://0pointer.de/public/systemd-man/sd-id128.html]] | C Library | yes | yes | - | yes | - | no
[[sd-journal.h API|http://0pointer.de/public/systemd-man/sd-journal.html]] | C Library | yes | yes | - | maybe | - | no
-[[$XDG_RUNTIME_DIR|http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html]] | Environment | yes | yes | glib, GNOME | yes | - | no
+[[$XDG_RUNTIME_DIR|https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html]] | Environment | yes | yes | glib, GNOME | yes | - | no
[[$LISTEN_FDS/$LISTEN_PID FD Passing|http://0pointer.de/public/systemd-man/sd_listen_fds.html]] | Environment | yes | yes | numerous (via sd-daemon.h) | yes | - | no
[[$NOTIFY_SOCKET Daemon Notifications|http://0pointer.de/public/systemd-man/sd_notify.html]] | Environment | yes | yes | a few, including udev | yes | - | no
[[argv&#91;0&#93;&#91;0&#93;='@' Logic|http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons]] | /proc marking | yes | yes | mdadm | yes | - | no
diff --git a/Software/systemd/logind.mdwn b/Software/systemd/logind.mdwn
index 3e6d97cc..696ce098 100644
--- a/Software/systemd/logind.mdwn
+++ b/Software/systemd/logind.mdwn
@@ -314,7 +314,7 @@ The **Name** property encodes the user name.
**Timestamp** and **TimestampMonotonic** encode the login time of the user in usec since the epoch, in the CLOCK_REALTIME resp. CLOCK_MONOTONIC clocks.
-**RuntimePath** encodes the runtime path of the user, i.e. $XDG_RUNTIME_DIR, for details see the [[XDG Basedir Specification|http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html]].
+**RuntimePath** encodes the runtime path of the user, i.e. $XDG_RUNTIME_DIR, for details see the [[XDG Basedir Specification|https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html]].
**Service** contains the name of the user systemd service unit name of this user. Each logged in user gets a user service unit assigned that runs a user systemd instance. This is usually an instance of user@.service.