[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mpd/systemd problem



On Wed, 17 Dec 2014 08:16:04 -0800
Don Armstrong <don@debian.org> wrote:

> On Wed, 17 Dec 2014, sp113438 wrote:
> > systemctl disable mpd.service; systemctl disable mpd.socket;
> > is not able to stop mpd
> 
> What is the output of systemctl status mpd.{socket,status}; after you
> have disabled the service?
> 
> Both should be loaded, disabled, and inactive.
> 
# systemctl disable mpd.service; systemctl disable mpd.socket;
Synchronizing state for mpd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d mpd defaults
insserv: warning: current start runlevel(s) (empty) of script `mpd'
overrides LSB defaults (2 3 4 5). insserv: warning: current stop
runlevel(s) (0 1 2 3 4 5 6) of script `mpd' overrides LSB defaults (0 1
6). Executing /usr/sbin/update-rc.d mpd disable insserv: warning:
current start runlevel(s) (empty) of script `mpd' overrides LSB
defaults (2 3 4 5). insserv: warning: current stop runlevel(s) (0 1 2 3
4 5 6) of script `mpd' overrides LSB defaults (0 1 6).

# systemctl status mpd.{socket,status};
● mpd.socket
   Loaded: loaded (/lib/systemd/system/mpd.socket; disabled)
   Active: inactive (dead)
   Listen: /run/mpd/socket (Stream)
           [::]:6600 (Stream)

● mpd.status.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)

Thanks!


Reply to: