Hi  use (htop) command to see all the services and stop the  services using pid process


On 18-Jan-2018 4:23 AM, "Adrian Sevcenco" <Adrian.Sevcenco@cern.ch> wrote:
Hi! I need to have tftp run by service not by socket (at this moment service requires and start the socket) but even with a proper (i hope)
override and a masked tftp.socket i get:
Failed to start tftp.service: Unit tftp.socket is masked.

this is the override
[Thursday 18.01.18 00:43] root@sev : /etc/systemd/system/tftp.service.d $
cat override.conf
[Unit]
Requires=

[Service]
ExecStart=
ExecStart=/usr/sbin/in.tftpd -4 -c -L -s /home.hdd/tftpd
StandardInput=

[Install]
Also=

i still have the socket as dependency :
[Thursday 18.01.18 00:50] root@sev : /etc/systemd/system/tftp.service.d $
systemctl --plain list-dependencies tftp.service | head
tftp.service
  system.slice
  tftp.socket
  sysinit.target
  cgconfig.service
  dev-hugepages.mount
  dev-mqueue.mount
  dmraid-activation.service
  dracut-shutdown.service
  kmod-static-nodes.service

Does anyone know what i am missing?
Thank you!
Adrian


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org