systemd local bridge

Dimitri John Ledkov xnox at ubuntu.com
Sat Jan 17 02:27:17 UTC 2015


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

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

[Install]
WantedBy=android-container at 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.



More information about the ubuntu-devel mailing list