エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
#! /bin/sh ### BEGIN INIT INFO # Provides: myboot # Required-Start: # Required-Stop: # Default-St... #! /bin/sh ### BEGIN INIT INFO # Provides: myboot # Required-Start: # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: My initscript # Description: My initscript ### END INIT INFO case "1ドル" in start) #nop ;; stop) #nop ;; status) #nop ;; restart|reload|force-reload) #nop ;; esac : 最後のコロンを忘れないように注意. 作成したら, # insserv myboot で登録すると, $ sudo find /etc/ -name "*myboot"