mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
15 lines
234 B
Desktop File
15 lines
234 B
Desktop File
[Unit]
|
|
Description=PiKVM - RTC-based hardware watchdog
|
|
After=systemd-modules-load.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
ExecStart=/usr/bin/kvmd-watchdog run
|
|
TimeoutStopSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|