Am 16.05.2012 14:18, schrieb Patrick O'Callaghan:
> F16
> 
> After a recent yum update, "needs-restarting" says that colord should be
> restarted. OK, let's see:
> 
> 1) pstree says that colord's parent is systemd
> 2) "systemctl list-units" doesn't mention colord

it does and "systemctl restart colord.service" works
like for any other service

[root@rh:~]$ /bin/systemctl --no-pager --full list-units | grep colord
colord-sane.service
loaded active running       Daemon for monitoring attached scanners and 
registering them with colord
colord.service
loaded active running       Daemon for managing, installing and generating 
color profiles
_________________________________

[root@rh:~]$ systemctl status colord.service
colord.service - Daemon for managing, installing and generating color profiles
          Loaded: loaded (/lib/systemd/system/colord.service; disabled)
          Active: active (running) since Wed, 16 May 2012 14:25:34 +0200; 15s 
ago
        Main PID: 12862 (colord)
          CGroup: name=systemd:/system/colord.service
                  └ 12862 /usr/libexec/colord

[root@rh:~]$ systemctl restart colord.service

[root@rh:~]$ systemctl status colord.service
colord.service - Daemon for managing, installing and generating color profiles
          Loaded: loaded (/lib/systemd/system/colord.service; disabled)
          Active: active (running) since Wed, 16 May 2012 14:25:57 +0200; 1s ago
        Main PID: 12884 (colord)
          CGroup: name=systemd:/system/colord.service
                  └ 12884 /usr/libexec/colord

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to