mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
11 lines
322 B
Text
Executable file
11 lines
322 B
Text
Executable file
#!/sbin/openrc-run
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
description="VBoxDRMClient control service"
|
|
|
|
command="/usr/sbin/VBoxDRMClient"
|
|
output_log="/var/log/VBoxDRMClient.log"
|
|
error_log="/var/log/VBoxDRMClient.log"
|
|
pidfile="/var/run/virtualbox-drm-client.pid"
|
|
command_background="yes"
|