mirror of
https://github.com/systemd/systemd
synced 2025-10-08 21:24:45 +02:00
Compare commits
4 Commits
828b603a79
...
5c17a470a7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5c17a470a7 | ||
![]() |
5c9f1c68f0 | ||
![]() |
64e8e419d9 | ||
![]() |
cf9844ffab |
3
TODO
3
TODO
@ -22,6 +22,9 @@ Janitorial Clean-ups:
|
||||
|
||||
Features:
|
||||
|
||||
* journald: support RFC3164 fully for the incoming syslog transport, see
|
||||
https://github.com/systemd/systemd/issues/19251#issuecomment-816601955
|
||||
|
||||
* nspawn: support uid mapping bind mounts, as defined available in kernel 5.12,
|
||||
for all our disk image needs
|
||||
|
||||
|
6
po/ko.po
6
po/ko.po
@ -9,7 +9,7 @@ msgstr ""
|
||||
"Project-Id-Version: systemd\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-08 17:48+0100\n"
|
||||
"PO-Revision-Date: 2021-04-09 07:01+0000\n"
|
||||
"PO-Revision-Date: 2021-04-15 10:01+0000\n"
|
||||
"Last-Translator: simmon <simmon@nplob.com>\n"
|
||||
"Language-Team: Korean <https://translate.fedoraproject.org/projects/systemd/"
|
||||
"master/ko/>\n"
|
||||
@ -54,9 +54,7 @@ msgstr "시스템 및 서비스 관리자 환경 변수 설정 또는 설정 해
|
||||
msgid ""
|
||||
"Authentication is required to set or unset system and service manager "
|
||||
"environment variables."
|
||||
msgstr ""
|
||||
"시스템 및 서비스 관리자 환경 변수를 설정하거나 설정 해제하려면 인증이 필요합"
|
||||
"니다."
|
||||
msgstr "시스템 및 서비스 관리자 환경 변수를 설정하거나 설정 또는 해제하려면 인증이 필요합니다."
|
||||
|
||||
#: src/core/org.freedesktop.systemd1.policy.in:64
|
||||
msgid "Reload the systemd state"
|
||||
|
@ -1281,7 +1281,6 @@ static unsigned manager_dispatch_stop_when_unneeded_queue(Manager *m) {
|
||||
|
||||
while ((u = m->stop_when_unneeded_queue)) {
|
||||
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||
assert(m->stop_when_unneeded_queue);
|
||||
|
||||
assert(u->in_stop_when_unneeded_queue);
|
||||
LIST_REMOVE(stop_when_unneeded_queue, m->stop_when_unneeded_queue, u);
|
||||
|
@ -3,7 +3,7 @@ set -eux
|
||||
|
||||
systemd-analyze log-level debug
|
||||
|
||||
systemd-run -p LogNamespace=foobar echo "hello world"
|
||||
systemd-run --wait -p LogNamespace=foobar echo "hello world"
|
||||
|
||||
journalctl --namespace=foobar --sync
|
||||
journalctl -o cat --namespace=foobar >/tmp/hello-world
|
||||
|
Loading…
x
Reference in New Issue
Block a user