blob: 81a73095d77d924172f910f0e3254ae6f883bf26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=PiKVM - Boot configuration
After=systemd-modules-load.service kvmd-oled.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
|