summaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-05-13 10:05:26 +0000
committerSteve Wills <swills@FreeBSD.org>2019-05-13 10:05:26 +0000
commitd4dac523704653e3f287a312d215a1fd3ae3c722 (patch)
tree9ba3473033f7bd713eeca8bc3de562a5c8e53cf8 /sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in
parent- Add missed runtime dependency on QML/QtGraphicalEffects (diff)
sysutils/py-google-compute-engine: fix daemons in python 2.7 case
PR: 237845 Reviewed by: koobs Approved by: implicit (portmgr, python, jfi blanket) MFH: 2019Q2
Diffstat (limited to 'sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in')
-rw-r--r--sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in
index 66a71daa0c15..1cb56c19df2a 100644
--- a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in
+++ b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in
@@ -21,7 +21,7 @@ load_rc_config "${name}"
: ${google_clock_skew_daemon_enable:="NO"}
command_interpreter="%%PYTHON_CMD%%"
-command=%%PREFIX%%/bin/${name}
+command=%%PREFIX%%/bin/${name}-%%PYTHON_VER%%
pidfile=/var/run/${name}.pid
start_cmd="google_clock_skew_daemon_start"