From: Zbigniew Jędrzejewski-Szmek Date: Thu, 3 Mar 2022 18:54:34 +0000 (+0100) Subject: docs: add more links for portabled X-Git-Tag: v251-rc1~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d6104e0c988b63e22f56a53bdaec80f0367f574;p=thirdparty%2Fsystemd.git docs: add more links for portabled --- diff --git a/docs/PORTABLE_SERVICES.md b/docs/PORTABLE_SERVICES.md index 6fb61d5e873..15b47d40f2e 100644 --- a/docs/PORTABLE_SERVICES.md +++ b/docs/PORTABLE_SERVICES.md @@ -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)
+[systemd-portabled.service(8)](https://www.freedesktop.org/software/systemd/man/systemd-portabled.service.html)
+[Walkthrough for Portable Services](https://0pointer.net/blog/walkthrough-for-portable-services.html)
+[Repo with examples](https://github.com/systemd/portable-walkthrough)