Skip to content

Commit

Permalink
Fix daemon configuration for udisksd and upowerd (#77)
Browse files Browse the repository at this point in the history
This issue is similar to #76.

Tested the restarting of the udisksd and upowerd daemon on CentOS 7:

    # tracer -e -a    # -> lists udiskd + upowerd
    # systemctl restart udisks2.service
    # systemctl restart upower.service
    # tracer -e -a    # -> doesn't list udiskd + upowerd anymore
  • Loading branch information
gsauthof authored and sean797 committed Mar 23, 2017
1 parent 5d1447e commit a7c0294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/applications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@
<app name="tlsmgr" rename="postfix" />
<app name="lvmetad" rename="lvm2-lvmetad" />
<app name="polkitd" rename="polkit"/>
<app name="udisksd" rename="udisks2"/>
<app name="upowerd" rename="upower"/>
</group>

<group type="static">
<app name="dbus-daemon" />
<app name="udisksd" />
<app name="gvfsd-metadata" />
<app name="at-spi-bus-launcher" />
<app name="gconfd-2" />
<app name="upowerd" />
<app name="systemd" />
</group>

Expand Down

0 comments on commit a7c0294

Please sign in to comment.