1

I've a question because I found a bug, on Ubuntu 14.04 when i run :

/etc/init.d/tftp-hpa start 

my tftp server does not start. Because this script can be runed only by systemd and not by upstart.

But when y run :

service tftp-hpa start

My tftp server start have you any idea of which script is launched by service tftp-hpa start ?

user3795582
  • 31
  • 1
  • 5

1 Answers1

0

service tftp-hpa start uses /etc/init/tftpd-hpa.conf (upstart configuration) which uses /etc/default/tftpd-hpa as configuration file.

phil
  • 1
  • 1