]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix path to unit files
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Apr 2019 19:05:54 +0000 (21:05 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Apr 2019 04:47:12 +0000 (13:47 +0900)
docs/PORTABLE_SERVICES.md

index 631d063b01911dc744ffff066bb3dc695498abf7..194ef5bcdbbaad16f73665640e689ed4ca82a70e 100644 (file)
@@ -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.