kvmd-bootconfig prototype

This commit is contained in:
Maxim Devaev
2021-10-19 04:34:22 +03:00
parent 2e886ff92b
commit db144eb775
3 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Pi-KVM - Boot configuration
After=systemd-modules-load.service
Before=network-pre.target kvmd-otg.service kvmd-nginx.service kvmd.service sshd.service pikvm-bootconfig.service
[Service]
Type=oneshot
ExecStart=/usr/bin/kvmd-bootconfig --do-the-thing
ExecStop=/bin/true
RemainAfterExit=true
[Install]
WantedBy=multi-user.target