blob: ca807547eb93db5f9a0da26938f9164f08a10df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Virtual console mouse server (for QEMU/VirtualBox)
Requires=systemd-udevd.service
After=systemd-udevd.service
[Service]
Type=forking
ExecStart=/usr/bin/gpm-vm
[Install]
WantedBy=multi-user.target
|