]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: add more links for portabled
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Mar 2022 18:54:34 +0000 (19:54 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Mar 2022 13:32:16 +0000 (14:32 +0100)
docs/PORTABLE_SERVICES.md

index 6fb61d5e873d2ef978a5935df4d9dc708e316633..15b47d40f2e76c7a0540376b08eb2e172d87d389 100644 (file)
@@ -334,3 +334,10 @@ behaviour, by setting the `ProtectSystem=strict` option. In this case writable
 service data may be placed on the host file system. Use `StateDirectory=` in
 the unit files to enable such behaviour and add a local data directory to the
 services copied onto the host.
+
+## Links
+
+[portablectl(1)](https://www.freedesktop.org/software/systemd/man/portablectl.html)<br>
+[systemd-portabled.service(8)](https://www.freedesktop.org/software/systemd/man/systemd-portabled.service.html)<br>
+[Walkthrough for Portable Services](https://0pointer.net/blog/walkthrough-for-portable-services.html)<br>
+[Repo with examples](https://github.com/systemd/portable-walkthrough)