Re: [systemd-devel] BindReadOnlyPaths statement in service file behaves unexpectedly

2024-07-18 Thread Thomas Köller
On 18.07.24 16:37, Thomas Köller wrote: In a service file I am creating I use the BindReadOnlyPaths statement like this: root@htpc:~# cat /etc/systemd/system/vpn.service [Unit] Before = systemd-networkd.service After = network-setup.service Requisite = network-setup.service ConditionPathExists

[systemd-devel] BindReadOnlyPaths statement in service file behaves unexpectedly

2024-07-18 Thread Thomas Köller
In a service file I am creating I use the BindReadOnlyPaths statement like this: root@htpc:~# cat /etc/systemd/system/vpn.service [Unit] Before = systemd-networkd.service After = network-setup.service Requisite = network-setup.service ConditionPathExists = /run/systemd/network/50-tap_vpn.networ