<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, 3 Jan 2017 at 12:15 James Page <<a href="mailto:james.page@ubuntu.com">james.page@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg"><div class="gmail_quote gmail_msg"><div dir="ltr" class="gmail_msg">On Tue, 3 Jan 2017 at 11:58 Gustavo Niemeyer <<a href="mailto:gustavo.niemeyer@canonical.com" class="gmail_msg" target="_blank">gustavo.niemeyer@canonical.com</a>> wrote:<br class="gmail_msg"></div></div></div><div dir="ltr" class="gmail_msg"><div class="gmail_quote gmail_msg"><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg">Will systemd handle multiple services with the same name without complaining? How would it disambiguate?<div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">We can pull off snap aliases because the binary paths are separate (not /usr/bin), and thus won't actually conflict even if system packages and snaps define the same name.</div></div></blockquote><div class="gmail_msg"><br class="gmail_msg"></div></div></div><div dir="ltr" class="gmail_msg"><div class="gmail_quote gmail_msg"><div class="gmail_msg"><span style="color:rgb(33,33,33);font-size:13px" class="gmail_msg">I could see how this might be a problem; an Alias can either be defined in the systemd unit file (in which case systemd will create an appropriate symlink), or by creating the symlink from alias->actual in /etc/systemd/system - I'll poke at things and see how that might break!</span></div></div></div></blockquote><div><br></div><div>It would appear that any symlink created in /etc/systemd/system masks anything provided by a deb package in /lib/systemd/system - so the glance-api alias from a snap would override the glance-api systemd unit file provided by a deb package installed on the same system</div><div><br></div><div>I guess this also fits into the general question of how to transition an existing system from deb->snap in a elegant way as well :-) <br></div></div></div>