問題タブ [os-svc-daemon]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
openstack - os-svc-daemon が upstart に新しいサービスを追加していません
some-service という名前の新しいサービスを作成しました。シェル スクリプトは /etc/init.d/some-service にあります。some-service のコピーである /usr/local/bin/some-service に同じシェル スクリプト ファイルがあります。
以下のコマンドを実行して、デーモン サービスを作成しました。
これにより、 /etc/init/some-service.conf が作成されました
変更をリロードするには、以下のコマンドを実行しました
でサービスを開始しようとしましたが、実行されません。
ここで何が間違っていますか?また、Pythonのbinファイルではなく、シェルスクリプトを使用して起動しても安全ですか?