揮発性のメモ2

最近知った知識を さも昔から知ってた風にメモ書きしていく

2018-02-08から1日間の記事一覧

systemctl よく使うオプション

systemctl --no-pager ページャーを使用しない systemctl list-units -t service サービス一覧今アクティブなやつ systemctl list-unit-files -t service サービス一覧全部非アクティブも含む systemctl daemon-reload ユニットファイル等の再読み込み syste…