1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

docs: add more links for portabled

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-03-03 19:54:34 +01:00 committed by Lennart Poettering
parent 90e3f3581d
commit 6d6104e0c9

View 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)