diff options
Diffstat (limited to 'sysutils/py-google-compute-engine/files/google_network_daemon.in')
-rw-r--r-- | sysutils/py-google-compute-engine/files/google_network_daemon.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/files/google_network_daemon.in b/sysutils/py-google-compute-engine/files/google_network_daemon.in index da9b44538519..8944b8a70ac7 100644 --- a/sysutils/py-google-compute-engine/files/google_network_daemon.in +++ b/sysutils/py-google-compute-engine/files/google_network_daemon.in @@ -21,7 +21,7 @@ load_rc_config "${name}" : ${google_network_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_network_daemon_start" |