[systemd-devel] question

Sérgio Basto sergio at serjux.com
Mon Sep 12 09:24:21 PDT 2011


On Mon, 2011-09-12 at 15:32 +0200, Tomasz Torcz wrote: 
> On Mon, Sep 12, 2011 at 02:08:35PM +0100, Sérgio Basto wrote:
> > Thanks for reply but fails here on Fedora 15:
> 
>   You need newer version of systemd than packaged for F15.
> 
> > systemctl is-enabled avahi-daemon.service
> > the reply is empty ... 
> 
>   Check the exit status wiaht "echo $?"

always 0, if enable or not .

root at segulix:~#systemctl is-enabled systemd-logger.service
root at segulix:~#echo $?
0
root at segulix:~#systemctl is-enabled irqbalance.service
root at segulix:~#echo $?
0
root at segulix:~#systemctl is-enabled avahi-daemon.service
root at segulix:~#echo $?
0

-- 
Sérgio M. B.



More information about the systemd-devel mailing list