summaryrefslogtreecommitdiff
path: root/configs/os/services/kvmd-bootconfig.service
blob: 7138820576cea367beef5b2d4fc14da8bb4b48e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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