Re: Question regarding systemd service unit cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 09, 2019 at 06:04:39AM +0000, Dridi Boukelmoune wrote:
> On Tue, Oct 8, 2019 at 6:45 PM Ravindra Kumar via devel
> <devel@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > Hi,
> >
> >
> >
> > I have removed dependency on service B from service A and all references to service B. The new package works well for fresh install (service A can be started normally), but it does not work for upgrades from previous versions where service A used to depend on service B (starting service A fails as it can’t fine the service unit for service B). After upgrade from a previous version of the package, I noticed that a symlink to service B is left under /etc/system/system/A.service.requires dir that is causing the issue:
> >
> > # ls -l /etc/systemd/system/A.service.requires
> >
> > total 0
> >
> > lrwxrwxrwx. 1 root root 45 Oct  8 11:10 B.service -> /usr/lib/systemd/system/B.service
> >
> >
> >
> > Basically, some cleanup is needed to remove the requires symlink that is no longer needed.

You need something like this in a scriptlet:
if systemctl is-enabled A; systemctl reenable A; done

This will remove the old links and create the new ones.

> > Any advice/examples of such cleanup?
> 
> systemctl daemon-reload?
> 
> Isn't this handled automatically by the %systemd scriptlets?
> 
> Dridi
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux