mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
14 lines
242 B
Desktop File
14 lines
242 B
Desktop File
[Unit]
|
|
Description=One-KVM- OTG setup
|
|
After=systemd-modules-load.service
|
|
Before=kvmd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/kvmd-otg start
|
|
ExecStop=/usr/bin/kvmd-otg stop
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|