From 570ee29ce121a9de8348696e96960e1f562547f3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Apr 2019 21:05:54 +0200 Subject: [PATCH] docs: fix path to unit files --- docs/PORTABLE_SERVICES.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/PORTABLE_SERVICES.md b/docs/PORTABLE_SERVICES.md index 631d063b019..194ef5bcdbb 100644 --- a/docs/PORTABLE_SERVICES.md +++ b/docs/PORTABLE_SERVICES.md @@ -195,17 +195,17 @@ wonder what the most minimal image would be that complies with the requirements above, it could consist of this: ``` -/usr/bin/minimald # a statically compiled binary -/usr/lib/systemd/minimal-test.service # the unit file for the service, with ExecStart=/usr/bin/minimald -/usr/lib/os-release # an os-release file explaining what this is -/etc/resolv.conf # empty file to mount over with host's version -/etc/machine-id # ditto -/proc/ # empty directory to use as mount point for host's API fs -/sys/ # ditto -/dev/ # ditto -/run/ # ditto -/tmp/ # ditto -/var/tmp/ # ditto +/usr/bin/minimald # a statically compiled binary +/usr/lib/systemd/system/minimal-test.service # the unit file for the service, with ExecStart=/usr/bin/minimald +/usr/lib/os-release # an os-release file explaining what this is +/etc/resolv.conf # empty file to mount over with host's version +/etc/machine-id # ditto +/proc/ # empty directory to use as mount point for host's API fs +/sys/ # ditto +/dev/ # ditto +/run/ # ditto +/tmp/ # ditto +/var/tmp/ # ditto ``` And that's it. -- 2.39.2