Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RHEL 7 にアップグレードしています。独自のプラットフォーム ウォッチドッグがありますが、RHEL 7 が提供するウォッチドッグを使用したいと考えています。RHEL 7 ウォッチドッグを構成してサービスを開始および監視する方法を知る必要があります。
新しいサービスを /etc/systemd/system/ に追加します。例: my.service
[Unit] Description=Our service [Service] ExecStart=/usr/bin/vde_switch --tap tap0 --mode 0660 \ --dirmode 0750 --group qemu [Install] WantedBy=multi-user.target
次
systemctl start my.service