mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
12 lines
205 B
Desktop File
12 lines
205 B
Desktop File
[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
|