mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
configs moving
This commit is contained in:
@@ -85,3 +85,5 @@ logging:
|
||||
level: INFO
|
||||
handlers:
|
||||
- console
|
||||
|
||||
# vim: syntax=yaml
|
||||
@@ -87,3 +87,5 @@ logging:
|
||||
level: INFO
|
||||
handlers:
|
||||
- console
|
||||
|
||||
# vim: syntax=yaml
|
||||
@@ -5,7 +5,7 @@ Before=kvmd.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/v4l2-ctl --device=/dev/kvmd-streamer --set-edid=file=/usr/share/kvmd/configs/tc358743/edid.hex --fix-edid-checksums
|
||||
ExecStart=/usr/bin/v4l2-ctl --device=/dev/kvmd-streamer --set-edid=file=/etc/kvmd/tc358743-edid.hex --fix-edid-checksums
|
||||
ExecStop=/bin/true
|
||||
RemainAfterExit=true
|
||||
|
||||
@@ -7,8 +7,8 @@ Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
ExecStart=/usr/bin/kvmd --config /etc/kvmd.yaml
|
||||
ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd.yaml
|
||||
ExecStart=/usr/bin/kvmd --config /etc/kvmd/kvmd.conf
|
||||
ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd/kvmd.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user