最終更新:2021-02-15 (月) 05:02:33 (1166d)  

service
Top / service

Linux

  • run a System V init script
    service サービス名 status
    service サービス名 start
    service --status-all      # 全てのサービスの現在のステータスを確認

RHEL 7

initスクリプト

Ubuntu/パッケージ

systemd

関連

Android Init Language

  • Services are programs which init launches and (optionally) restarts when they exit. Services take the form of:
    service <name> <pathname> [ <argument> ]*
       <option>
       <option>
       ...

Android