但是我的命令中没有使用 /etc/init.d/!

但是我的命令中没有使用 /etc/init.d/!

我怎样才能使这个命令再次起作用?

$ service tftpd-hpa -start

Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service tftpd-hpa -start

The script you are attempting to invoke has been converted to an Upstart
job, but -start is not supported for Upstart jobs.

答案1

启动 Upstart 作业的语法是start jobname。请参阅概念和术语了解详情。

相关内容