summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
authorIago López Galeiras <iago@kinvolk.io>2016-03-23 15:45:32 +0100
committerIago López Galeiras <iago@kinvolk.io>2016-03-23 15:45:32 +0100
commit110ceee58e5bc796c03a7db2109f85a999d5bc2e (patch)
tree442c4cda57567e41ff8677a4281c6fde056618e3 /man/systemd-run.xml
parent15cb891e154bd77b339db1d8a8532afabb52a591 (diff)
run: remove period when printing started units
If you start a unit with systemd-run you usually need its name to inspect it or stop it. Removing the period makes copying the unit name easier.
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 414e1c8335..a92dfb402a 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -345,7 +345,7 @@
provided by systemd to services:</para>
<programlisting># systemd-run env
-Running as unit run-19945.service.
+Running as unit run-19945.service
# journalctl -u run-19945.service
Sep 08 07:37:21 bupkis systemd[1]: Starting /usr/bin/env...
Sep 08 07:37:21 bupkis systemd[1]: Started /usr/bin/env.
@@ -366,8 +366,8 @@ Sep 08 07:37:21 bupkis env[19948]: BOOT_IMAGE=/vmlinuz-3.11.0-0.rc5.git6.2.fc20.
<programlisting># date; systemd-run --on-active=30 --timer-property=AccuracySec=100ms /bin/touch /tmp/foo
Mon Dec 8 20:44:24 KST 2014
-Running as unit run-71.timer.
-Will run as unit run-71.service.
+Running as unit run-71.timer
+Will run service as unit run-71.service
# journalctl -b -u run-71.timer
-- Logs begin at Fri 2014-12-05 19:09:21 KST, end at Mon 2014-12-08 20:44:54 KST. --
Dec 08 20:44:38 container systemd[1]: Starting /bin/touch /tmp/foo.