just another one of those little curiosities -- playing on my f20
system and the difference between:

$ systemctl list-sockets
$ systemctl list-sockets --all

is the single additional line:

> /run/systemd/journal/syslog     syslog.socket    rsyslog.service

which seems odd when syslog is clearly running:

# systemctl status syslog
rsyslog.service - System Logging Service
   Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled)
   Active: active (running) since Sat 2014-02-01 17:44:36 EST; 3 days ago
 Main PID: 654 (rsyslogd)
   CGroup: /system.slice/rsyslog.service
           └─654 /sbin/rsyslogd -n
... snip ...
#

  so why would the syslog socket be classified as inactive while the
syslog service is running? is this another remnant from earlier
releases? still digging into systemd so it's entirely possible this is
a stupid question.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
-- 
users mailing list
[email protected]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to