mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
15 lines
335 B
Desktop File
15 lines
335 B
Desktop File
[Unit]
|
|
Description=PiKVM - Display shutdown message on the OLED
|
|
Conflicts=reboot.target
|
|
Before=shutdown.target poweroff.target halt.target
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c "kill -USR2 `systemctl show -P MainPID kvmd-oled`"
|
|
ExecStop=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=shutdown.target
|