sudo vim /etc/systemd/system/[email protected]
Requires=systemd-modules-load.service
After=systemd-modules-load.service
[Install]
[Unit]
Description=VBox Virtual Machine %I Service
Requires=systemd-modules-load.service
After=systemd-modules-load.service
[Service]
User=joaorocha
Group=vboxusers
ExecStart=/usr/bin/VBoxHeadless -s %I
ExecStop=/usr/bin/VBoxManage controlvm %I acpipowerbutton
[Install]
WantedBy=multi-user.target