One-KVM/configs/os/services/kvmd-oled-reboot.service
2024-09-11 20:22:49 +03:00

13 lines
256 B
Desktop File

[Unit]
Description=PiKVM - Display reboot message on the OLED
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/bin/bash -c "kill -USR1 `systemctl show -P MainPID kvmd-oled`"
ExecStop=/bin/true
RemainAfterExit=yes
[Install]
WantedBy=reboot.target