Friday 16 January 2015

systemd local bridge

So I've started converting a few things and it seems to work fine.

[Unit]
BindsTo=android-container@proerty.name\x3dvalue.target

[Install]
WantedBy=android-container@proerty.name\x3dvalue.target

However this cannot deal with "*" / globbing matching as seen in:
vivid/etc/init/android-tools-adbd.conf persist.sys.usb.config=*adb
vivid/etc/init/tethering.conf persist.sys.usb.config=rndis*

Are the glob values actually known there? If yes we can get the to
work with explit list of things.
Otherwise, we may need to use additional creativity of $i variable and
.d unit directories.

( As one recalls \x3d is '=' in c-escape codes, check with
systemd-escape utility)
--
Regards,

Dimitri.

--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel