我有一个新贵的服务如下:
description "OpenDDNS Daemon" author "Khanh Hua" # used to be: start on startup # until we found some mounts weren't ready yet while booting start on filesystem and started networking stop on shutdown # automatically respawn respawn respawn limit 1 5 script export DNS_PORT=53 export HTTP_PORT=9000 export DB_STRING=/home/opendnsd/auth.db export STATIC_ROOT=/home/opendnsd/openddns-server-release-0.1.4/web-ui/dist export GH_CLIENT_ID=x export GH_CLIENT_SECRET=y export JWT_SECRET=justignoreme exec /home/opendnsd/openddns-server-release-0.1.4/bin/openddnsd end script
但一旦service start opendnsd ,我总是find
[24201772.217653] init: openddnsd main process ended, respawning [24201772.248954] init: openddnsd main process (8924) terminated with status 2 [24201772.248971] init: openddnsd respawning too fast, stopped [24201944.143404] init: openddnsd main process (8948) killed by TERM signal
我不太确定这是什么意思,因为我是一个Ubuntu的新手。 有人可以解释和指导我如何解决它?