services name double

Discussion in 'Linux Beginners' started by hengky, Mar 10, 2021.

  1. hengky

    hengky New Member

    hi, there
    I checked my server that running ISPConfig on ubuntu 20.04 it's a bit lag so I check my running services and I find it a bit odds (...dunno..maybe, i'm new to linux so I haven't a clue :D).
    there's some duplicate service, ex:
    ssh.service and [email protected]
    apache2.service and [email protected]
    is it normal? last time I used centos7 and didn't sees something like this before
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    How exactly do you do that?
    Does CentOS 7 use Systemd?
     
  3. hengky

    hengky New Member

    well I used
    systemctl list-unit-files
    and
    systemctl --all
    and about systemd on centos, yes I used systemd, that was my previously system before I reinstall my os to ubuntu
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    That does not return running services. It just list all installed systemd unit files.
    If you read the man page for systemctl you discover --all:
    Yes.
     
  5. hengky

    hengky New Member

    owh :D I guess i'm to paranoia, like I said before i'm new to linux so forgive my foolish question. I think everything's ok now..thanks for the answer.
     

Share This Page