Magellan Linux

Annotation of /trunk/virtualbox/vboxguest.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1640 - (hide annotations) (download)
Tue Feb 7 23:04:16 2012 UTC (12 years, 3 months ago) by niro
File size: 215 byte(s)
-added systemd unit for guest services
1 niro 1640 [Unit]
2     Description=Virtualbox Guest Service.
3     After=syslog.target network.target
4    
5     [Service]
6     PIDFile=/run/vboxguest-service.pid
7     ExecStart=/usr/sbin/vboxguest-service --foreground
8    
9     [Install]
10     WantedBy=multi-user.target