blob: ff6e2b52a516a5d39a188095977bc5470270d968 (
plain)
1
2
3
4
5
6
7
8
|
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command="/opt/teamviewer15/tv_bin/teamviewerd"
command_args="-d"
description="Starts the TeamViewer remote control daemon"
pidfile="/var/run/teamviewerd.pid"
|