diff options
| author | Steve Wills <swills@FreeBSD.org> | 2019-05-13 10:05:26 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2019-05-13 10:05:26 +0000 |
| commit | d4dac523704653e3f287a312d215a1fd3ae3c722 (patch) | |
| tree | 9ba3473033f7bd713eeca8bc3de562a5c8e53cf8 /sysutils/py-google-compute-engine/files/google_instance_setup.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
Notes
Notes:
svn path=/head/; revision=501547
Diffstat (limited to 'sysutils/py-google-compute-engine/files/google_instance_setup.in')
| -rw-r--r-- | sysutils/py-google-compute-engine/files/google_instance_setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/files/google_instance_setup.in b/sysutils/py-google-compute-engine/files/google_instance_setup.in index 689fbbf45728..39c368f0b77c 100644 --- a/sysutils/py-google-compute-engine/files/google_instance_setup.in +++ b/sysutils/py-google-compute-engine/files/google_instance_setup.in @@ -21,7 +21,7 @@ load_rc_config "${name}" : ${google_instance_setup_enable:="NO"} command_interpreter="%%PYTHON_CMD%%" -command=%%PREFIX%%/bin/${name} +command=%%PREFIX%%/bin/${name}-%%PYTHON_VER%% pidfile=/var/run/${name}.pid run_rc_command "$1" |
