> /bin/systemctl link > '/var/lib/juju/init/jujud-machine-0/jujud-machine-0.service' > /bin/systemctl enable > '/var/lib/juju/init/jujud-machine-0/jujud-machine-0.service'
This is redundant. Either use link like that and enable with just "jujud-machine-0.service" (link already created the symlink in the standard paths), or just directly enable the unit with full path and skip the link. However, this currently fails due to https://github.com/systemd/systemd/issues/3010, which is an actual regression. ** Changed in: systemd (Ubuntu) Status: New => In Progress ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1563590 Title: 1.25.4, xenial, init script install error race To manage notifications about this bug go to: https://bugs.launchpad.net/juju-core/+bug/1563590/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
