Add some systemd services
This commit is contained in:
parent
a5f2dd9208
commit
5ec17e461b
4 changed files with 43 additions and 0 deletions
.config/systemd/user
8
.config/systemd/user/vbox-clipboard.service
Normal file
8
.config/systemd/user/vbox-clipboard.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Start VirtualBox clipboard service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/VBoxClient --nodaemon --clipboard
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue