投稿者: 管理者2023年1月31日2023年5月24日ブログ systemctl コマンドの使い方 ものづくりのブログ 1 Usersystemctl コマンドの使い方 – ものづくりのブログhttps://a1026302.hatenablog.com/entry/2023/01/31/112409すぐに忘れちゃうので、systemctl コマンドの使い方をここにメモします。 コマンド 説明 systemctl start ${Unit} サービス起動 systemctl stop ${Unit} サービス停止 systemctl restart ${Unit} サービス再起動 systemctl reload ${Unit} サービスリロード systemctl status ${Unit} サービスステータス表示 systemctl enable ${Unit} サービス自動起動有効 systemctl disable ${Unit} サービス自動起動無効 systemctl is-…