You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/virtualgl/files/vgl.service

14 lines
254 B

[Unit]
Description=VirtualGL service
After=display-manager.service
[Service]
RemainAfterExit=yes
PIDFile=/var/run/named/named.pid
ExecStart=/usr/libexec/vgl-helper.sh start
ExecStop=/usr/libexec/vgl-helper.sh stop
[Install]
WantedBy=multi-user.target