向systemd发送看门狗通知用于Java守护进程的Lib,用于发送保持活动消息以使用本机接口刷新systemd看门狗时间戳。您可以使用/usr/bin/systemd-notify
实用程序来完成此操作。使用1.1版构建工件。
groupId: org.tricorder
artifactId: java-sysd-notify-watchdog
version: 1.1
简单使用:
SysDNotifier notifier = new SysDNotifier();
notifier.start();
高级用法:
SysDNotifier notifier = new SysDNotifier();
notifier.setAu();
暂无评论