Hey guys,

 With SysVinit or Upstart, when we stop/start a service, we can see a
feedback from the command output. Like "service blah stopping..."

 Also, we can use, for example, `echo $?`, after the command, to see
if it was executed according, or not, for example:

 cat /etc/passwd
 echo $?
 0

 cat /etc/blah
 echo $?
 1

 But, I'm not seeing the same behavior when using systemd commands...
I mean, how can I "track" systemd if it does provides any kind of
"usual" outputs to stdout?

 What am I missing?

Thanks!
Thiago


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAJSM8J0wF3yjF1z2sdX=r86ggxub9d8snthikwm_qn1spf+...@mail.gmail.com

Reply via email to