このコミットが含まれているのは:
守矢諏訪子 2022-11-12 13:09:03 +09:00
コミット 188491ce3c
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -6,7 +6,7 @@ tags: blog,jp,linux,bsd,server
コマンド | OpenRC | systemd
-- | -- | --
サービスの有効化 | rc-update add <サービス名> /run/runit/service | systemctl enable <サービス名>
サービスの有効化 | rc-update add <サービス名> | systemctl enable <サービス名>
サービスの無効化 | rc-update del <サービス名> | systemctl disable <サービス名>
サービスの起動 | rc-service <サービス名> start | systemctl start <サービス名>
サービスの終了 | rc-service <サービス名> stop | systemctl stop <サービス名>