9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
|
#!/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"
|