mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
12 lines
205 B
SYSTEMD
12 lines
205 B
SYSTEMD
|
[Unit]
|
||
|
Description=Creates the required USB nodes for VirtualBox
|
||
|
Wants=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/vboxsetup fixusb
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|