Hi, With systemd 225 on an archlinux, I cannot override a nspawn service anymore. Example:
One container named ci-container, declared as this : # ls -al /etc/systemd/system/machines.target.wants/ total 8 drwxr-xr-x 2 root root 4096 8 sept. 16:06 . drwxr-xr-x 8 root root 4096 8 sept. 16:06 .. lrwxrwxrwx 1 root root 47 8 sept. 16:06 systemd-nspawn@ci\x2dcontainer.service -> /usr/lib/systemd/system/[email protected] With an override in /etc/systemd/system/[email protected]/ total 12 drwxr-xr-x 2 root root 4096 8 sept. 16:12 . drwxr-xr-x 8 root root 4096 8 sept. 16:06 .. -rw-r--r-- 1 root root 156 8 sept. 16:12 override.conf Here is the file /etc/systemd/system/[email protected]/override.conf : [Service] ExecStart= ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-macvlan=enp3s1f0 --private-network --directory=/var/lib/container/%i But when the container boot, there is no macvlan interface in it. This was working well with systemd 218. Where is the problem ? Many thanks for your reply. Christophe _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
